Searched refs:do_debug_str (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.h | 223 extern int do_debug_str;
|
D | dwarf.c | 58 int do_debug_str; variable 7315 { "str", & do_debug_str, 1 }, in dwarf_select_sections_by_names() 7413 do_debug_str = 1; in dwarf_select_sections_by_letters() 7438 do_debug_str = 1; in dwarf_select_sections_all() 7471 display_debug_str, &do_debug_str, 0 }, 7473 display_debug_str, &do_debug_str, 0 }, 7513 display_debug_str, &do_debug_str, 1 },
|
D | readelf.c | 5296 || do_debug_str || do_debug_loc || do_debug_ranges in process_section_headers() 5321 || (do_debug_str && const_strneq (name, "str")) in process_section_headers() 5322 || (do_debug_str && const_strneq (name, "line_str")) in process_section_headers()
|
D | ChangeLog-0001 | 152 * readelf.c (do_debug_str): New variable.
|