return &cd;
}
+static void_option
+ dump_die_offsets ("Dump DIE offsets to stderr as the tree is iterated.",
+ "dump-offsets");
+
checkdescriptor const *
check_debug_info::descriptor ()
{
static checkdescriptor cd
(checkdescriptor::create ("check_debug_info")
.groups ("@low")
+ .option (dump_die_offsets)
.prereq<typeof (*_m_sec_info)> ()
.prereq<typeof (*_m_sec_str)> ()
.prereq<typeof (*_m_abbrevs)> ()
return &cd;
}
-static void_option
- dump_die_offsets ("Dump DIE offsets to stderr as the tree is iterated.",
- "dump-offsets");
-
namespace
{
bool
static checkdescriptor cd
(checkdescriptor::create ("check_debug_info_refs")
.groups ("@low")
- .option (dump_die_offsets)
.prereq<typeof (*_m_info)> ()
.prereq<typeof (*_m_line)> ()
.description (