Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dexec.c359 build_section_table (struct bfd *some_bfd, struct section_table **start, in build_section_table() argument
364 count = bfd_count_sections (some_bfd); in build_section_table()
369 bfd_map_over_sections (some_bfd, add_to_section_table, (char *) end); in build_section_table()