Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.h223 extern int do_gdb_index;
DChangeLog-201060 (do_gdb_index): New global.
63 (dwarf_select_sections_all): Set do_gdb_index.
65 * dwarf.h (do_gdb_index): Declare.
Ddwarf.c104 int do_gdb_index; variable
12318 { 'g', "gdb_index", &do_gdb_index, 1 },
12449 do_gdb_index = 1; in dwarf_select_sections_all()
12491 … "", NO_ABBREVS }, display_gdb_index, &do_gdb_index, false },
12492 … "", NO_ABBREVS }, display_debug_names, &do_gdb_index, false },
Dreadelf.c7898 else if (do_gdb_index && (streq (name, ".gdb_index") in process_section_headers()