Searched refs:do_debug_macinfo (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.h | 219 extern int do_debug_macinfo;
|
| D | dwarf.c | 100 int do_debug_macinfo; variable 12326 { 'm', "macro", &do_debug_macinfo, 1 }, 12446 do_debug_macinfo = 1; in dwarf_select_sections_all() 12475 …o", "", NO_ABBREVS }, display_debug_macinfo, &do_debug_macinfo, false }, 12476 … ".dwmac", NO_ABBREVS }, display_debug_macro, &do_debug_macinfo, true }, 12501 …acro.dwo", "", NO_ABBREVS }, display_debug_macro, &do_debug_macinfo, true }, 12502 …cinfo.dwo", "", NO_ABBREVS }, display_debug_macinfo, &do_debug_macinfo, false },
|
| D | ChangeLog-2011 | 341 * readelf.c (process_section_headers): With do_debug_macinfo
|
| D | ChangeLog-0001 | 650 (do_debug_macinfo): New variable.
|
| D | readelf.c | 7853 || do_debug_aranges || do_debug_frames || do_debug_macinfo in process_section_headers() 7879 || (do_debug_macinfo && startswith (name, "macinfo")) in process_section_headers() 7880 || (do_debug_macinfo && startswith (name, "macro")) in process_section_headers()
|