Searched refs:do_debug_lines (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.h | 212 extern int do_debug_lines;
|
| D | dwarf.c | 93 int do_debug_lines; variable 5914 if (do_debug_lines == 0) in display_debug_lines() 5915 do_debug_lines |= FLAG_DEBUG_LINES_RAW; in display_debug_lines() 5917 if (do_debug_lines & FLAG_DEBUG_LINES_RAW) in display_debug_lines() 5920 if (do_debug_lines & FLAG_DEBUG_LINES_DECODED) in display_debug_lines() 12322 { 'L', "decodedline", &do_debug_lines, FLAG_DEBUG_LINES_DECODED }, 12323 { 'l', "rawline", &do_debug_lines, FLAG_DEBUG_LINES_RAW }, 12325 { 'l', "line", &do_debug_lines, FLAG_DEBUG_LINES_RAW }, 12440 do_debug_lines = FLAG_DEBUG_LINES_RAW; in dwarf_select_sections_all() 12471 …, ".dwline", NO_ABBREVS }, display_debug_lines, &do_debug_lines, true }, [all …]
|
| D | ChangeLog-2009 | 641 * dwarf.c (display_debug_lines): If do_debug_lines has not been
|
| D | readelf.c | 7852 || do_debug_lines || do_debug_pubnames || do_debug_pubtypes in process_section_headers() 7869 || (do_debug_lines && strcmp (name, "line") == 0) in process_section_headers() 7870 || (do_debug_lines && startswith (name, "line.")) in process_section_headers()
|