Home
last modified time | relevance | path

Searched refs:bfd_get_next_section_by_name (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gdb-7/bfd/
H A Dsection.c879 bfd_get_next_section_by_name (asection *sec) in bfd_get_next_section_by_name() function
918 sec = bfd_get_next_section_by_name (sec); in bfd_get_linker_section()
H A Dbfd-in2.h1736 asection *bfd_get_next_section_by_name (asection *sec);
H A Delflink.c12223 sec = bfd_get_next_section_by_name (sec); in bfd_elf_gc_sections()
12705 eh = bfd_get_next_section_by_name (eh); in bfd_elf_discard_info()
12744 eh = bfd_get_next_section_by_name (eh); in bfd_elf_discard_info()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dsection.c907 bfd_get_next_section_by_name (bfd *ibfd, asection *sec) in bfd_get_next_section_by_name() function
956 sec = bfd_get_next_section_by_name (NULL, sec); in bfd_get_linker_section()
H A Dtekhex.c466 = bfd_get_next_section_by_name (NULL, section); in first_phase()
484 = bfd_get_next_section_by_name (NULL, section); in first_phase()
H A Dbfd-in2.h1385 asection *bfd_get_next_section_by_name (bfd *ibfd, asection *sec);
H A Delflink.c13203 rsec = bfd_get_next_section_by_name (rsec->owner, rsec); in _bfd_elf_gc_mark_reloc()
13709 sec = bfd_get_next_section_by_name (NULL, sec); in bfd_elf_gc_sections()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dsection.c920 bfd_get_next_section_by_name (bfd *ibfd, asection *sec) in bfd_get_next_section_by_name() function
969 sec = bfd_get_next_section_by_name (NULL, sec); in bfd_get_linker_section()
H A Dtekhex.c463 = bfd_get_next_section_by_name (NULL, section); in first_phase()
481 = bfd_get_next_section_by_name (NULL, section); in first_phase()
H A Dbfd-in2.h1812 asection *bfd_get_next_section_by_name (bfd *ibfd, asection *sec);
H A Delflink.c12449 rsec = bfd_get_next_section_by_name (rsec->owner, rsec); in _bfd_elf_gc_mark_reloc()
13000 sec = bfd_get_next_section_by_name (NULL, sec); in bfd_elf_gc_sections()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldelf.c2064 while ((nexts = bfd_get_next_section_by_name (nexts->owner, nexts)) in ldelf_place_orphan()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em1952 while ((nexts = bfd_get_next_section_by_name (nexts->owner, nexts))