Lines Matching refs:bfd_byte
31 decompress_contents (bfd_byte *compressed_buffer, in decompress_contents()
33 bfd_byte *uncompressed_buffer, in decompress_contents()
90 bfd_byte *uncompressed_buffer ATTRIBUTE_UNUSED, in bfd_compress_section_contents()
98 bfd_byte *compressed_buffer; in bfd_compress_section_contents()
101 compressed_buffer = (bfd_byte *) bfd_malloc (compressed_size); in bfd_compress_section_contents()
159 bfd_get_full_section_contents (bfd *abfd, sec_ptr sec, bfd_byte **ptr) in bfd_get_full_section_contents()
162 bfd_byte *p = *ptr; in bfd_get_full_section_contents()
167 bfd_byte *compressed_buffer; in bfd_get_full_section_contents()
182 p = (bfd_byte *) bfd_malloc (sz); in bfd_get_full_section_contents()
201 compressed_buffer = (bfd_byte *) bfd_malloc (sec->compressed_size); in bfd_get_full_section_contents()
222 p = (bfd_byte *) bfd_malloc (sz); in bfd_get_full_section_contents()
244 p = (bfd_byte *) bfd_malloc (sz); in bfd_get_full_section_contents()
295 bfd_byte compressed_buffer [12]; in bfd_is_section_compressed()
347 bfd_byte compressed_buffer [12]; in bfd_init_section_decompress_status()
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()