Searched refs:do_debug_addr (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.h | 229 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 | 64 int do_debug_addr; variable 7297 { "addr", & do_debug_addr, 1 }, in dwarf_select_sections_by_names() 7444 do_debug_addr = 1; in dwarf_select_sections_all() 7519 display_debug_addr, &do_debug_addr, 1 },
|
D | readelf.c | 5297 || do_debug_addr || do_debug_cu_index) in process_section_headers() 5324 || (do_debug_addr && const_strneq (name, "addr")) in process_section_headers()
|