Searched refs:do_debug_addr (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.h | 196 extern int do_debug_addr;
|
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_addr; variable 7896 { "addr", & do_debug_addr, 1 }, in dwarf_select_sections_by_names() 8043 do_debug_addr = 1; in dwarf_select_sections_all() 8118 display_debug_addr, &do_debug_addr, TRUE },
|
D | readelf.c | 5916 || do_debug_addr || do_debug_cu_index) in process_section_headers() 5943 || (do_debug_addr && const_strneq (name, "addr")) in process_section_headers()
|