Home
last modified time | relevance | path

Searched refs:uncompressed_data (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dcompressed_output.cc43 const unsigned char* uncompressed_data, in zlib_compress() argument
59 reinterpret_cast<const Bytef*>(uncompressed_data), in zlib_compress()
84 unsigned char* uncompressed_data, in zlib_decompress() argument
104 strm.next_out = ((Bytef*) uncompressed_data in zlib_decompress()
142 unsigned char* uncompressed_data, in decompress_input_section() argument
188 uncompressed_data, in decompress_input_section()
206 uncompressed_data, in decompress_input_section()
224 unsigned char* uncompressed_data = this->postprocessing_buffer(); in set_final_data_size() local
252 success = zlib_compress(compression_header_size, uncompressed_data, in set_final_data_size()
H A Dobject.cc775 unsigned char* uncompressed_data = NULL; in build_compressed_section_map() local
778 uncompressed_data = new unsigned char[uncompressed_size]; in build_compressed_section_map()
780 uncompressed_data, in build_compressed_section_map()
784 info.contents = uncompressed_data; in build_compressed_section_map()
786 delete[] uncompressed_data; in build_compressed_section_map()
3140 unsigned char* uncompressed_data = new unsigned char[uncompressed_size]; in decompressed_section_contents() local
3143 uncompressed_data, in decompressed_section_contents()
3160 return uncompressed_data; in decompressed_section_contents()
/dragonfly/contrib/binutils-2.27/gold/
H A Dcompressed_output.cc43 const unsigned char* uncompressed_data, in zlib_compress() argument
59 reinterpret_cast<const Bytef*>(uncompressed_data), in zlib_compress()
84 unsigned char* uncompressed_data, in zlib_decompress() argument
104 strm.next_out = ((Bytef*) uncompressed_data in zlib_decompress()
142 unsigned char* uncompressed_data, in decompress_input_section() argument
188 uncompressed_data, in decompress_input_section()
206 uncompressed_data, in decompress_input_section()
224 unsigned char* uncompressed_data = this->postprocessing_buffer(); in set_final_data_size() local
252 success = zlib_compress(compression_header_size, uncompressed_data, in set_final_data_size()
H A Dobject.cc774 unsigned char* uncompressed_data = NULL; in build_compressed_section_map() local
777 uncompressed_data = new unsigned char[uncompressed_size]; in build_compressed_section_map()
779 uncompressed_data, in build_compressed_section_map()
783 info.contents = uncompressed_data; in build_compressed_section_map()
785 delete[] uncompressed_data; in build_compressed_section_map()
2919 unsigned char* uncompressed_data = new unsigned char[uncompressed_size]; in decompressed_section_contents() local
2922 uncompressed_data, in decompressed_section_contents()
2937 return uncompressed_data; in decompressed_section_contents()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c3106 unsigned char *uncompressed_data; in elf_add() local
3118 uncompressed_data = NULL; in elf_add()
3122 &uncompressed_data, &uncompressed_size)) in elf_add()
3124 sections[i].data = uncompressed_data; in elf_add()
3134 unsigned char *uncompressed_data; in elf_add() local
3149 uncompressed_data = NULL; in elf_add()
3153 &uncompressed_data, &uncompressed_size)) in elf_add()
3155 sections[i].data = uncompressed_data; in elf_add()