Home
last modified time | relevance | path

Searched refs:do_debug_pubnames (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.h213 extern int do_debug_pubnames;
Ddwarf.c94 int do_debug_pubnames; variable
12330 { 'p', "pubnames", &do_debug_pubnames, 1 },
12441 do_debug_pubnames = 1; in dwarf_select_sections_all()
12472 … ".dwpbnms", NO_ABBREVS }, display_debug_pubnames, &do_debug_pubnames, false },
12473 …_pubnames", "", NO_ABBREVS }, display_debug_gnu_pubnames, &do_debug_pubnames, false },
Dreadelf.c7852 || do_debug_lines || do_debug_pubnames || do_debug_pubtypes in process_section_headers()
7871 || (do_debug_pubnames && startswith (name, "pubnames")) in process_section_headers()
7873 || (do_debug_pubnames && startswith (name, "gnu_pubnames")) in process_section_headers()