Searched refs:do_debug_ranges (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.h | 216 extern int do_debug_ranges;
|
| D | dwarf.c | 97 int do_debug_ranges; variable 2849 if ((do_loc || do_debug_loc || do_debug_ranges || do_debug_info) in read_and_display_attr_value() 3783 if ((do_loc || do_debug_loc || do_debug_ranges || do_debug_info) in process_debug_info() 4011 if ((do_loc || do_debug_loc || do_debug_ranges || do_debug_info) in process_debug_info() 4320 if ((do_loc || do_debug_loc || do_debug_ranges || do_debug_info) in process_debug_info() 12331 { 'R', "Ranges", &do_debug_ranges, 1 }, 12444 do_debug_ranges = 1; in dwarf_select_sections_all() 12484 … ".dwrnges", NO_ABBREVS }, display_debug_ranges, &do_debug_ranges, true }, 12485 …nglists", "", NO_ABBREVS }, display_debug_ranges, &do_debug_ranges, true }, 12486 …g_rnglists.dwo", "", NO_ABBREVS }, display_debug_ranges, &do_debug_ranges, true },
|
| D | ChangeLog-2004 | 116 * readelf.c (do_debug_ranges): New variable.
|
| D | ChangeLog-2005 | 1274 (read_and_display_attr_value): Handle do_debug_ranges.
|
| D | readelf.c | 7855 || do_debug_ranges in process_section_headers() 7876 || (do_debug_ranges && startswith (name, "ranges")) in process_section_headers() 7877 || (do_debug_ranges && startswith (name, "rnglists")) in process_section_headers()
|