Searched refs:do_debug_cu_index (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.h | 230 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 | 65 int do_debug_cu_index; variable 7299 { "cu_index", & do_debug_cu_index, 1 }, in dwarf_select_sections_by_names() 7445 do_debug_cu_index = 1; in dwarf_select_sections_all() 7521 display_cu_index, &do_debug_cu_index, 0 }, 7523 display_cu_index, &do_debug_cu_index, 0 },
|
D | readelf.c | 5297 || do_debug_addr || do_debug_cu_index) in process_section_headers() 5325 || (do_debug_cu_index && const_strneq (name, "cu_index")) in process_section_headers() 5326 || (do_debug_cu_index && const_strneq (name, "tu_index")) in process_section_headers()
|