Searched refs:uncompressed_buffer (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | compress.c | 33 bfd_byte *uncompressed_buffer, in decompress_contents() argument 54 strm.next_out = ((Bytef*) uncompressed_buffer in decompress_contents() 90 bfd_byte *uncompressed_buffer ATTRIBUTE_UNUSED, in bfd_compress_section_contents() 108 (const Bytef*) uncompressed_buffer, in bfd_compress_section_contents() 130 if (uncompressed_buffer == sec->contents) in bfd_compress_section_contents() 131 free (uncompressed_buffer); in bfd_compress_section_contents() 410 bfd_byte *uncompressed_buffer; in bfd_init_section_compress_status() 426 uncompressed_buffer = (bfd_byte *) bfd_malloc (uncompressed_size); in bfd_init_section_compress_status() 427 if (!bfd_get_section_contents (abfd, sec, uncompressed_buffer, in bfd_init_section_compress_status() 432 uncompressed_buffer, in bfd_init_section_compress_status() [all …]
|
D | bfd-in2.h | 7259 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 11501 unsigned char * uncompressed_buffer; in uncompress_section_contents() 11529 uncompressed_buffer = (unsigned char *) xmalloc (uncompressed_size); in uncompress_section_contents() 11536 strm.next_out = ((Bytef *) uncompressed_buffer in uncompress_section_contents() 11549 *buffer = uncompressed_buffer; in uncompress_section_contents() 11554 free (uncompressed_buffer); in uncompress_section_contents()
|