Searched refs:do_debug_str (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.h | 190 extern int do_debug_str;
|
D | dwarf.c | 59 int do_debug_str; variable 7914 { "str", & do_debug_str, 1 }, in dwarf_select_sections_by_names() 8012 do_debug_str = 1; in dwarf_select_sections_by_letters() 8037 do_debug_str = 1; in dwarf_select_sections_all() 8070 display_debug_str, &do_debug_str, FALSE }, 8072 display_debug_str, &do_debug_str, FALSE }, 8112 display_debug_str, &do_debug_str, TRUE },
|
D | readelf.c | 5915 || do_debug_str || do_debug_loc || do_debug_ranges in process_section_headers() 5940 || (do_debug_str && const_strneq (name, "str")) in process_section_headers() 5941 || (do_debug_str && const_strneq (name, "line_str")) in process_section_headers()
|
D | ChangeLog-0001 | 152 * readelf.c (do_debug_str): New variable.
|