Home
last modified time | relevance | path

Searched refs:find_section (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/binutils/
H A DChangeLog104 * readelf.c (find_section): New function. Locates a named
110 (load_debug_loc): Use find_section.
H A Dreadelf.c6298 find_section (const char * name) in find_section() function
6337 section = find_section (".debug_info"); in get_debug_line_pointer_sizes()
7659 sec = find_section (".debug_loc"); in load_debug_loc()
7774 sec = find_section (".debug_str"); in load_debug_str()
8361 sec = find_section (".debug_abbrev"); in display_debug_info()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-2004761 * readelf.c (find_section): New function. Locates a named
767 (load_debug_loc): Use find_section.
H A DChangeLog-20051182 (find_section): Move earlier in file. Return empty sections too.
1183 (process_program_headers): Use find_section to find .dynamic.
H A Dreadelf.c542 find_section (const char *name) in find_section() function
3766 sec = find_section (".dynamic"); in process_program_headers()
4322 && find_section (".gcc_compiled_long32") == NULL) in process_section_headers()
8176 sec = find_section (section->name); in load_debug_section()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c277 find_section (lang_input_statement_type *file, in find_section() function
336 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs1_wild0()
373 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs2_wild1()
413 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs3_wild2()
455 asection *s0 = find_section (file, sec0, &multiple_sections_found), *s1; in walk_wild_section_specs4_wild2()
463 s1 = find_section (file, sec1, &multiple_sections_found); in walk_wild_section_specs4_wild2()
H A DChangeLog-20051318 section_iterator_callback, find_section, is_simple_wild,
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfcode.h117 #define elf_find_section NAME(bfd_elf,find_section)
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h119 #define elf_find_section NAME(bfd_elf,find_section)