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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationList.cpp27 while (debug_loc_data.ValidOffset(offset))
76 while (debug_loc_data.ValidOffset(offset))
H A DDWARFDebugMacinfoEntry.cpp85 if (mac_info_data.ValidOffset(*offset_ptr))
H A DDWARFDebugPubnamesSet.cpp83 if (data.ValidOffset(*offset_ptr))
93 while (data.ValidOffset(*offset_ptr))
H A DDWARFDebugAbbrev.cpp149 while (data.ValidOffset(offset))
H A DDWARFDebugAranges.cpp61 if (debug_aranges_data.ValidOffset(0))
H A DDWARFCompileUnit.cpp78 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());
H A DDWARFDebugArangeSet.cpp167 if (data.ValidOffset(*offset_ptr))
210 while (data.ValidOffset(*offset_ptr))
H A DDWARFDebugPubnames.cpp41 if (data.ValidOffset(0))
46 while (data.ValidOffset(offset))
H A DDWARFDebugLine.cpp40 while (debug_line_data.ValidOffset(offset))
119 while (debug_line_data.ValidOffset(debug_line_offset))
136 if (debug_line_data.ValidOffset(debug_line_offset))
171 while (debug_line_data.ValidOffset(debug_line_offset))
189 if (debug_line_data.ValidOffset(offset))
210 assert(debug_line_data.ValidOffset(end_offset-1));
392 if (debug_line_data.ValidOffset(offset))
H A DDWARFAbbreviationDeclaration.cpp50 while (data.ValidOffset(*offset_ptr))
H A DDWARFLocationDescription.cpp29 while (data.ValidOffset(offset))
H A DDWARFDebugInfo.cpp150 while (debug_info_data.ValidOffset(offset))
437 if (!dwarf2Data->get_debug_info_data().ValidOffset(offset))
H A DDWARFDebugInfoEntry.cpp291 if ((offset < cu_end_offset) && debug_info_data.ValidOffset(offset))
770 if (!debug_info_data.ValidOffset(offset))
965 if (debug_info_data.ValidOffset(offset))
/external/lldb/tools/debugserver/source/
H A DDNBDataRef.h67 bool ValidOffset(offset_t offset) const function in class:DNBDataRef
104 if (ValidOffset(offset))
H A DDNBDataRef.cpp339 for (offset = startOffset, count = 0; ValidOffset(offset) && offset < endOffset; ++count)
/external/lldb/include/lldb/Core/
H A DDataEncoder.h414 ValidOffset (uint32_t offset) const function in class:lldb_private::DataEncoder
H A DDataExtractor.h1247 ValidOffset (lldb::offset_t offset) const function in class:lldb_private::DataExtractor
/external/lldb/source/Expression/
H A DDWARFExpression.cpp289 while (m_data.ValidOffset(offset) && offset < end_offset)
671 while (m_data.ValidOffset(offset))
793 // while (m_data.ValidOffset(offset))
1021 while (m_data.ValidOffset(offset))
1053 while (m_data.ValidOffset(offset))
1110 while (m_data.ValidOffset(offset))
1146 while (m_data.ValidOffset(offset))
1253 while (m_data.ValidOffset(offset))
1342 while (opcodes.ValidOffset(offset) && offset < end_offset)
/external/lldb/source/Core/
H A DDataEncoder.cpp230 if (ValidOffset(offset))
H A DDataExtractor.cpp170 if (data.ValidOffset(offset))
304 if (data.ValidOffset(data_offset))
1432 for (uint32_t count = 0; ValidOffset(offset) && count < item_count; ++count)
2037 for (offset = start_offset, end_offset = offset + length, count = 0; ValidOffset(offset) && offset < end_offset; ++count)
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp146 } while (data.ValidOffset(offset));
/external/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp448 while (m_cfi_data.ValidOffset(offset) && offset < end_offset)
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1036 for (size_t i = 0; i < image_infos.size() && info_data_ref.ValidOffset(info_data_offset); i++)

Completed in 331 milliseconds