Searched refs:do_debug_pubtypes (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.h | 214 extern int do_debug_pubtypes;
|
| D | ChangeLog-2009 | 76 * dwarf.c (do_debug_pubtypes): New variable. 79 (dwarf_select_sections_all): Set do_debug_pubtypes. 81 * dwarf.h (do_debug_pubtypes): Export. 85 do_debug_pubtypes is set.
|
| D | dwarf.c | 95 int do_debug_pubtypes; variable 12337 { 't', "pubtypes", &do_debug_pubtypes, 1 }, 12442 do_debug_pubtypes = 1; in dwarf_select_sections_all() 12482 … ".dwpbtyp", NO_ABBREVS }, display_debug_pubnames, &do_debug_pubtypes, false }, 12483 …_pubtypes", "", NO_ABBREVS }, display_debug_gnu_pubnames, &do_debug_pubtypes, false },
|
| D | readelf.c | 7852 || do_debug_lines || do_debug_pubnames || do_debug_pubtypes in process_section_headers() 7872 || (do_debug_pubtypes && startswith (name, "pubtypes")) in process_section_headers() 7874 || (do_debug_pubtypes && startswith (name, "gnu_pubtypes")) in process_section_headers()
|