Home
last modified time | relevance | path

Searched refs:ValidOffset (Results 1 – 23 of 23) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationList.cpp27 while (debug_loc_data.ValidOffset(offset)) in Dump()
76 while (debug_loc_data.ValidOffset(offset)) in Size()
DDWARFCompileUnit.cpp78 if (debug_info.ValidOffset(*offset_ptr)) in Extract()
87 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1); in Extract()
89 bool abbr_offset_OK = m_dwarf2Data->get_debug_abbrev_data().ValidOffset(abbr_offset); in Extract()
113 if (debug_info_data.ValidOffset(offset)) in Extract()
124 if (version_OK && addr_size_OK && abbrevs_OK && debug_info_data.ValidOffset(offset)) in Extract()
316 bool valid_offset = debug_info.ValidOffset(m_offset); in Verify()
317 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1); in Verify()
319 bool abbr_offset_OK = m_dwarf2Data->get_debug_abbrev_data().ValidOffset(GetAbbrevOffset()); in Verify()
DDWARFDebugPubnamesSet.cpp83 if (data.ValidOffset(*offset_ptr)) in Extract()
93 while (data.ValidOffset(*offset_ptr)) in Extract()
DDWARFDebugLine.cpp40 while (debug_line_data.ValidOffset(offset)) in Parse()
119 while (debug_line_data.ValidOffset(debug_line_offset)) in DumpLineTableRows()
136 if (debug_line_data.ValidOffset(debug_line_offset)) in DumpStatementTable()
171 while (debug_line_data.ValidOffset(debug_line_offset)) in DumpOpcodes()
189 if (debug_line_data.ValidOffset(offset)) in DumpStatementOpcodes()
210 assert(debug_line_data.ValidOffset(end_offset-1)); in DumpStatementOpcodes()
392 if (debug_line_data.ValidOffset(offset)) in Parse()
DDWARFDebugPubnames.cpp41 if (data.ValidOffset(0)) in Extract()
46 while (data.ValidOffset(offset)) in Extract()
DDWARFDebugArangeSet.cpp167 if (data.ValidOffset(*offset_ptr)) in Extract()
210 while (data.ValidOffset(*offset_ptr)) in Extract()
DDWARFDebugMacinfoEntry.cpp85 if (mac_info_data.ValidOffset(*offset_ptr)) in Extract()
DDWARFDebugAbbrev.cpp149 while (data.ValidOffset(offset)) in Parse()
DDWARFDebugAranges.cpp61 if (debug_aranges_data.ValidOffset(0)) in Extract()
DDWARFLocationDescription.cpp29 while (data.ValidOffset(offset)) in print_dwarf_expression()
DDWARFAbbreviationDeclaration.cpp50 while (data.ValidOffset(*offset_ptr)) in Extract()
DDWARFDebugInfo.cpp150 while (debug_info_data.ValidOffset(offset)) in ParseCompileUnitHeadersIfNeeded()
437 if (!dwarf2Data->get_debug_info_data().ValidOffset(offset)) in Parse()
DDWARFDebugInfoEntry.cpp291 if ((offset < cu_end_offset) && debug_info_data.ValidOffset(offset)) in Extract()
770 if (!debug_info_data.ValidOffset(offset)) in GetDIENamesAndRanges()
965 if (debug_info_data.ValidOffset(offset)) in Dump()
/external/lldb/tools/debugserver/source/
DDNBDataRef.h67 bool ValidOffset(offset_t offset) const in ValidOffset() function
104 if (ValidOffset(offset)) in PeekCStr()
DDNBDataRef.cpp339 for (offset = startOffset, count = 0; ValidOffset(offset) && offset < endOffset; ++count) in Dump()
/external/lldb/source/Expression/
DDWARFExpression.cpp289 while (m_data.ValidOffset(offset) && offset < end_offset) in DumpLocation()
671 while (m_data.ValidOffset(offset)) in GetDescription()
1021 while (m_data.ValidOffset(offset)) in GetLocation_DW_OP_addr()
1053 while (m_data.ValidOffset(offset)) in Update_DW_OP_addr()
1110 while (m_data.ValidOffset(offset)) in LocationListContainsAddress()
1146 while (m_data.ValidOffset(offset)) in GetLocation()
1253 while (m_data.ValidOffset(offset)) in Evaluate()
1342 while (opcodes.ValidOffset(offset) && offset < end_offset) in Evaluate()
/external/lldb/include/lldb/Core/
DDataEncoder.h414 ValidOffset (uint32_t offset) const in ValidOffset() function
DDataExtractor.h1247 ValidOffset (lldb::offset_t offset) const in ValidOffset() function
/external/lldb/source/Core/
DDataEncoder.cpp230 if (ValidOffset(offset)) in PutU8()
DDataExtractor.cpp170 if (data.ValidOffset(offset)) in DataExtractor()
304 if (data.ValidOffset(data_offset)) in SetData()
1432 for (uint32_t count = 0; ValidOffset(offset) && count < item_count; ++count) in Dump()
2037 …for (offset = start_offset, end_offset = offset + length, count = 0; ValidOffset(offset) && offset… in PutToLog()
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp146 } while (data.ValidOffset(offset)); in ParseObjects()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp448 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) in FDEToUnwindPlan()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1036 … for (size_t i = 0; i < image_infos.size() && info_data_ref.ValidOffset(info_data_offset); i++) in ReadImageInfos()