Home
last modified time | relevance | path

Searched refs:bfd_get_full_section_contents (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsimple.c199 if (!bfd_get_full_section_contents (abfd, sec, &contents)) in bfd_simple_get_relocated_section_contents()
Dcompress.c159 bfd_get_full_section_contents (bfd *abfd, sec_ptr sec, bfd_byte **ptr) in bfd_get_full_section_contents() function
Dsection.c1599 return bfd_get_full_section_contents (abfd, sec, buf); in bfd_malloc_and_get_section()
Dreloc.c7563 if (!bfd_get_full_section_contents (input_bfd, input_section, &data)) in bfd_generic_get_relocated_section_contents()
Dmerge.c436 if (! bfd_get_full_section_contents (sec->owner, sec, &contents)) in _bfd_add_merge_section()
DChangeLog-2010119 (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.
DChangeLog372 * 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
Dcofflink.c2349 if (! bfd_get_full_section_contents (input_bfd, o, &contents)) in _bfd_coff_link_input_bfd()
DChangeLog-2012552 (bfd_get_full_section_contents): Don't free unless we alloc.
561 * compress.c (bfd_get_full_section_contents): Don't cache
DChangeLog-2011163 * compress.c (bfd_get_full_section_contents): Use zmalloc to
2678 * compress.c (bfd_get_full_section_contents): Likewise.
Dbfd-in2.h7262 bfd_boolean bfd_get_full_section_contents
Delf32-arm.c16095 if (!bfd_get_full_section_contents(abfd, (asection *) plt, &data) || data == NULL) in elf32_arm_get_synthetic_symtab()
Delflink.c9529 if (! bfd_get_full_section_contents (input_bfd, o, &contents)) in elf_link_input_bfd()
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2010268 bfd_get_full_section_contents.
274 bfd_get_section_contents with bfd_get_full_section_contents.
277 bfd_get_full_section_contents.
Dobjdump.c2268 ret = bfd_get_full_section_contents (abfd, sec, &section->start); in load_specific_debug_section()
2767 if (!bfd_get_full_section_contents (abfd, section, &data)) in dump_section()
Dobjcopy.c2990 if (!bfd_get_full_section_contents (ibfd, isection, &memhunk)) in copy_section()