Searched refs:do_debug_cu_index (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.h | 228 extern int do_debug_cu_index;
|
| D | ChangeLog-2012 | 116 * dwarf.c (do_debug_addr, do_debug_cu_index): New global flags. 125 (dwarf_select_sections_all): Set do_debug_addr, do_debug_cu_index. 130 (do_debug_addr, do_debug_cu_index): New global flags. 135 (process_section_headers): Check do_debug_addr and do_debug_cu_index.
|
| D | dwarf.c | 109 int do_debug_cu_index; variable 12311 { 'c', "cu_index", &do_debug_cu_index, 1 }, 12454 do_debug_cu_index = 1; in dwarf_select_sections_all() 12507 … "", NO_ABBREVS }, display_cu_index, &do_debug_cu_index, false }, 12508 … "", NO_ABBREVS }, display_cu_index, &do_debug_cu_index, false },
|
| D | readelf.c | 7856 || do_debug_addr || do_debug_cu_index || do_debug_links) in process_section_headers() 7887 || (do_debug_cu_index && startswith (name, "cu_index")) in process_section_headers() 7888 || (do_debug_cu_index && startswith (name, "tu_index")) in process_section_headers()
|