Lines Matching refs:ValidOffset
78 if (debug_info.ValidOffset(*offset_ptr))
87 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
89 bool abbr_offset_OK = m_dwarf2Data->get_debug_abbrev_data().ValidOffset(abbr_offset);
113 if (debug_info_data.ValidOffset(offset))
124 if (version_OK && addr_size_OK && abbrevs_OK && debug_info_data.ValidOffset(offset))
316 bool valid_offset = debug_info.ValidOffset(m_offset);
317 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
319 bool abbr_offset_OK = m_dwarf2Data->get_debug_abbrev_data().ValidOffset(GetAbbrevOffset());