Searched refs:bfd_get_full_section_contents (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | simple.c | 199 if (!bfd_get_full_section_contents (abfd, sec, &contents)) in bfd_simple_get_relocated_section_contents()
|
D | compress.c | 159 bfd_get_full_section_contents (bfd *abfd, sec_ptr sec, bfd_byte **ptr) in bfd_get_full_section_contents() function
|
D | section.c | 1599 return bfd_get_full_section_contents (abfd, sec, buf); in bfd_malloc_and_get_section()
|
D | reloc.c | 7563 if (!bfd_get_full_section_contents (input_bfd, input_section, &data)) in bfd_generic_get_relocated_section_contents()
|
D | merge.c | 436 if (! bfd_get_full_section_contents (sec->owner, sec, &contents)) in _bfd_add_merge_section()
|
D | ChangeLog-2010 | 119 (bfd_get_full_section_contents): Do not decompress directly into 460 (bfd_get_full_section_contents): Likewise. 484 with bfd_get_full_section_contents. 504 with bfd_get_full_section_contents.
|
D | ChangeLog | 372 * compress.c (bfd_get_full_section_contents): Remove file size 421 * compress.c (bfd_get_full_section_contents): Improve test for 466 * compress.c (bfd_get_full_section_contents): Check computed size
|
D | cofflink.c | 2349 if (! bfd_get_full_section_contents (input_bfd, o, &contents)) in _bfd_coff_link_input_bfd()
|
D | ChangeLog-2012 | 552 (bfd_get_full_section_contents): Don't free unless we alloc. 561 * compress.c (bfd_get_full_section_contents): Don't cache
|
D | ChangeLog-2011 | 163 * compress.c (bfd_get_full_section_contents): Use zmalloc to 2678 * compress.c (bfd_get_full_section_contents): Likewise.
|
D | bfd-in2.h | 7262 bfd_boolean bfd_get_full_section_contents
|
D | elf32-arm.c | 16095 if (!bfd_get_full_section_contents(abfd, (asection *) plt, &data) || data == NULL) in elf32_arm_get_synthetic_symtab()
|
D | elflink.c | 9529 if (! bfd_get_full_section_contents (input_bfd, o, &contents)) in elf_link_input_bfd()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2010 | 268 bfd_get_full_section_contents. 274 bfd_get_section_contents with bfd_get_full_section_contents. 277 bfd_get_full_section_contents.
|
D | objdump.c | 2268 ret = bfd_get_full_section_contents (abfd, sec, §ion->start); in load_specific_debug_section() 2767 if (!bfd_get_full_section_contents (abfd, section, &data)) in dump_section()
|
D | objcopy.c | 2990 if (!bfd_get_full_section_contents (ibfd, isection, &memhunk)) in copy_section()
|