Searched refs:do_gdb_index (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.h | 223 extern int do_gdb_index;
|
| D | ChangeLog-2010 | 60 (do_gdb_index): New global. 63 (dwarf_select_sections_all): Set do_gdb_index. 65 * dwarf.h (do_gdb_index): Declare.
|
| D | dwarf.c | 104 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 },
|
| D | readelf.c | 7898 else if (do_gdb_index && (streq (name, ".gdb_index") in process_section_headers()
|