Home
last modified time | relevance | path

Searched defs:offset_ptr (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/Support/
DDataExtractor.cpp17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU()
33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs()
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8()
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16()
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32()
85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64()
92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned()
107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getSigned()
/external/lldb/tools/debugserver/source/
DDNBDataRef.cpp148 DNBDataRef::GetMax32(offset_t *offset_ptr, uint32_t byte_size) const in GetMax32()
170 DNBDataRef::GetMax64(offset_t *offset_ptr, uint32_t size) const in GetMax64()
202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const in GetCStr()
223 DNBDataRef::GetData(offset_t *offset_ptr, uint32_t length) const in GetData()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.cpp33 lldb::offset_t *offset_ptr, in GetMaxU64()
45 lldb::offset_t *offset_ptr, in ParseAuxvEntry()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugRanges.cpp85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range… in Extract()
135 …anges::Dump(Stream &s, const DataExtractor& debug_ranges_data, lldb::offset_t *offset_ptr, dw_addr… in Dump()
DDWARFFormValue.cpp117 DWARFFormValue::ExtractValue(const DataExtractor& data, lldb::offset_t* offset_ptr, const DWARFComp… in ExtractValue()
186 DWARFFormValue::SkipValue(const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const D… in SkipValue()
192 …kipValue(dw_form_t form, const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const D… in SkipValue()
DDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr) in Extract()
41 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_ule… in Extract()
DDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr) in Extract()
DDWARFLocationDescription.cpp51 lldb::offset_t *offset_ptr, in print_dwarf_exp_op()
DDWARFLocationList.cpp55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExt… in Extract()
DDWARFDebugAbbrev.cpp33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) in Extract()
DDWARFDebugPubnamesSet.cpp81 DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) in Extract()
DDWARFDebugLine.cpp404 DWARFDebugLine::ParsePrologue(const DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Pro… in ParsePrologue()
576 lldb::offset_t* offset_ptr, in ParseStatementTable()
876 …ine::ParseStatementTable(const DataExtractor& debug_line_data, lldb::offset_t *offset_ptr, LineTab… in ParseStatementTable()
DDWARFDebugArangeSet.cpp165 DWARFDebugArangeSet::Extract(const DataExtractor &data, lldb::offset_t *offset_ptr) in Extract()
DDWARFDebugInfoEntry.cpp122 lldb::offset_t *offset_ptr in FastExtract()
281 lldb::offset_t *offset_ptr in Extract()
1057 lldb::offset_t *offset_ptr, in DumpAttribute()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp133 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue()
260 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue()
267 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue()
DDWARFTypeUnit.cpp17 uint32_t *offset_ptr) { in extractImpl()
DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
DDWARFUnit.cpp68 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl()
88 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
DDWARFDebugLine.cpp69 uint32_t *offset_ptr) { in parse()
249 uint32_t *offset_ptr) { in parse()
DDWARFDebugInfoEntry.cpp113 uint32_t *offset_ptr, in dumpAttribute()
/external/lldb/source/Core/
DDataExtractor.cpp386 DataExtractor::GetU8 (offset_t *offset_ptr, void *dst, uint32_t count) const in GetU8()
467 DataExtractor::GetU16 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU16()
526 DataExtractor::GetU32 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU32()
583 DataExtractor::GetU64 (offset_t *offset_ptr, void *void_dst, uint32_t count) const in GetU64()
622 DataExtractor::GetMaxU32 (offset_t *offset_ptr, size_t byte_size) const in GetMaxU32()
647 DataExtractor::GetMaxU64 (offset_t *offset_ptr, size_t size) const in GetMaxU64()
663 DataExtractor::GetMaxU64_unchecked (offset_t *offset_ptr, size_t size) const in GetMaxU64_unchecked()
679 DataExtractor::GetMaxS64 (offset_t *offset_ptr, size_t size) const in GetMaxS64()
695 DataExtractor::GetMaxU64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, ui… in GetMaxU64Bitfield()
711 DataExtractor::GetMaxS64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, ui… in GetMaxS64Bitfield()
[all …]
/external/lldb/include/lldb/Core/
DDataExtractor.h462 GetData (lldb::offset_t *offset_ptr, lldb::offset_t length) const in GetData()
839 GetU8_unchecked (lldb::offset_t *offset_ptr) const in GetU8_unchecked()
/external/llvm/include/llvm/Support/
DDataExtractor.h129 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp359 ObjectFilePECOFF::ParseCOFFHeader(lldb::offset_t *offset_ptr) in ParseCOFFHeader()
378 ObjectFilePECOFF::ParseCOFFOptionalHeader(lldb::offset_t *offset_ptr) in ParseCOFFOptionalHeader()

12