#include <cassert>
#include <algorithm>
+static reg<check_debug_abbrev> reg_debug_abbrev;
+
struct abbrev *
abbrev_table_find_abbrev (struct abbrev_table const *abbrevs,
uint64_t abbrev_code)
check_debug_abbrev (checkstack &stack, dwarflint &lint);
~check_debug_abbrev ();
};
-static reg<check_debug_abbrev> reg_debug_abbrev;
#endif//DWARFLINT_CHECK_DEBUG_ABBREV_HH
#include "check_debug_info.hh"
#include "check_debug_loc_range.hh"
+static reg<check_debug_aranges> reg_debug_aranges;
+
check_debug_aranges::check_debug_aranges (checkstack &stack, dwarflint &lint)
: _m_sec_aranges (lint.check (stack, _m_sec_aranges))
{
check_debug_aranges (checkstack &stack, dwarflint &lint);
};
-static reg<check_debug_aranges> reg_debug_aranges;
#endif//DWARFLINT_CHECKS_LOW_HH
#include "check_debug_abbrev.hh"
#include "check_debug_info.hh"
+static reg<check_debug_info> reg_debug_info;
+
namespace
{
bool
cu *find_cu (::Dwarf_Off offset);
};
-static reg<check_debug_info> reg_debug_info;
#endif//DWARFLINT_CHECK_DEBUG_INFO_HH