Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsection.c903 bfd_get_next_section_by_name (asection *sec) in bfd_get_next_section_by_name() function
942 sec = bfd_get_next_section_by_name (sec); in bfd_get_linker_section()
Dtekhex.c456 alt_section = bfd_get_next_section_by_name (section); in first_phase()
473 alt_section = bfd_get_next_section_by_name (section); in first_phase()
Dbfd-in2.h1790 asection *bfd_get_next_section_by_name (asection *sec);
DChangeLog-20121706 (bfd_get_next_section_by_name): New function.
Delflink.c12187 sec = bfd_get_next_section_by_name (sec); in bfd_elf_gc_sections()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em1064 s = bfd_get_next_section_by_name (s);