Home
last modified time | relevance | path

Searched refs:GetU64 (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacro.cpp32 header.m_debug_line_offset = debug_macro_data.GetU64(offset); in ParseHeader()
89 str_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
112 new_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
DDWARFUnit.cpp354 length = strOffsets.GetU64(&baseOffset); in SetDwoStrOffsetsBase()
892 header.m_dwo_id = data.GetU64(offset_ptr); in extract()
901 header.m_type_hash = data.GetU64(offset_ptr); in extract()
DDWARFFormValue.cpp109 m_value.value.uval = data.GetU64(offset_ptr); in ExtractValue()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp119 addressValue = DE.GetU64(offset_ptr); in GetGNUEHPointer()
131 addressValue = (int64_t)DE.GetU64(offset_ptr); in GetGNUEHPointer()
257 length = m_cfi_data.GetU64(&offset); in ParseCIE()
258 cie_id = m_cfi_data.GetU64(&offset); in ParseCIE()
445 len = m_cfi_data.GetU64(&offset); in GetFDEIndex()
446 cie_id = m_cfi_data.GetU64(&offset); in GetFDEIndex()
543 length = m_cfi_data.GetU64(&offset); in FDEToUnwindPlan()
544 cie_offset = m_cfi_data.GetU64(&offset); in FDEToUnwindPlan()
DCompilerType.cpp947 u64 = data.GetU64(&offset); in GetValueAsScalar()
957 u64 = data.GetU64(&offset); in GetValueAsScalar()
967 u64 = data.GetU64(&offset); in GetValueAsScalar()
DSymbol.cpp623 const uint64_t value = data.GetU64(offset_ptr); in Decode()
631 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DStdStringExtractor.h74 uint64_t GetU64(uint64_t fail_value, int base = 0);
DStdStringExtractor.cpp116 uint64_t StdStringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64() function in StdStringExtractor
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DDataExtractor.h744 uint64_t GetU64(lldb::offset_t *offset_ptr) const;
769 void *GetU64(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
DStringExtractor.h81 uint64_t GetU64(uint64_t fail_value, int base = 0);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/minidump/
DRegisterContextMinidump_ARM64.cpp768 m_regs.context_flags = data.GetU64(&offset); in RegisterContextMinidump_ARM64()
770 m_regs.x[i] = data.GetU64(&offset); in RegisterContextMinidump_ARM64()
771 m_regs.pc = data.GetU64(&offset); in RegisterContextMinidump_ARM64()
DRegisterContextMinidump_ARM.cpp466 m_regs.fpscr = data.GetU64(&offset); in RegisterContextMinidump_ARM()
468 m_regs.d[i] = data.GetU64(&offset); in RegisterContextMinidump_ARM()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
DABISysV_mips64.cpp943 return_value[0] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
947 return_value[1] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
949 return_value[1] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
953 return_value[0] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DDataExtractor.cpp474 uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const { in GetU64() function in DataExtractor
493 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64() function in DataExtractor
535 return GetU64(offset_ptr); in GetMaxU64()
942 sstr.Printf(" %16.16" PRIx64, GetU64(&offset)); in PutToLog()
DRegisterValue.cpp213 uint64_t data1 = src.GetU64(&src_offset); in SetValueFromData()
214 uint64_t data2 = src.GetU64(&src_offset); in SetValueFromData()
DStringExtractor.cpp123 uint64_t StringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64() function in StringExtractor
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp935 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
942 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
951 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
960 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
1003 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp960 uint64_t serialnum = extractor.GetU64(&offset); in PopulateQueuesUsingLibBTR()
1002 item.enqueuing_thread_id = extractor.GetU64(&offset); in ExtractItemInfoFromBuffer()
1003 item.enqueuing_queue_serialnum = extractor.GetU64(&offset); in ExtractItemInfoFromBuffer()
1004 item.target_queue_serialnum = extractor.GetU64(&offset); in ExtractItemInfoFromBuffer()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DLinuxProcMaps.cpp113 line_extractor.GetU64(0, 10); // Read the inode number in ParseMemoryRegionInfoFromProcMapsLine()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp217 (&gpr.rax)[i] = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
231 exc.faultvaddr = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
675 gpr.x[i] = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
676 gpr.fp = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
677 gpr.lr = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
678 gpr.sp = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
679 gpr.pc = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
700 exc.far = data.GetU64(&offset); in SetRegisterDataFrom_LC_THREAD()
5294 start_address = m_data.GetU64(&offset);
5314 start_address = m_data.GetU64(&offset);
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp257 uint64_t addr = data.GetU64 (&offset); in SearchForKernelWithDebugHints()
1368 image_infos[i].SetLoadAddress(extractor.GetU64(&offset)); in ReadKextSummaries()
1369 image_infos[i].SetSize(extractor.GetU64(&offset)); in ReadKextSummaries()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDumpDataExtractor.cpp66 u64 = data.GetU64(offset_ptr); in GetAPInt()
82 u64 = data.GetU64(&temp_offset); in GetAPInt()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp356 if (data.GetU64(offset, &st_value, 2) == nullptr) in Parse()
/openbsd/src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp140 entry->symfile_size = extractor.GetU64(&offset); in ReadJITEntry()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp485 const_value = m_data.GetU64(&offset); in LinkThreadLocalStorage()
1276 stack.push_back(to_generic(opcodes.GetU64(&offset))); in Evaluate()
1279 stack.push_back(to_generic((int64_t)opcodes.GetU64(&offset))); in Evaluate()

12