/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 25 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function 29 *value = data.GetMaxU64(offset, byte_size); in GetMaxU64() 33 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function 39 if (!GetMaxU64(data, offset, value, byte_size)) { in GetMaxU64() 133 if (!GetMaxU64(data, offset, &e_entry, byte_size, 3)) in Parse() 237 if (!GetMaxU64(data, offset, &sh_flags, byte_size)) in Parse() 241 if (!GetMaxU64(data, offset, &sh_addr, byte_size, 3)) in Parse() 249 if (!GetMaxU64(data, offset, &sh_addralign, byte_size, 2)) in Parse() 336 if (!GetMaxU64(data, offset, &st_value, byte_size, 2)) in Parse() 379 if (!GetMaxU64(data, offset, &p_offset, byte_size, 5)) in Parse() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.cpp | 48 data.GetMaxU64(offset_ptr, DWARFUnit::GetAddressByteSize(m_unit)); in ExtractValue() 80 m_value.value.uval = data.GetMaxU64(offset_ptr, 4); in ExtractValue() 97 m_value.value.uval = data.GetMaxU64(offset_ptr, 3); in ExtractValue() 126 m_value.value.uval = data.GetMaxU64(offset_ptr, ref_addr_size); in ExtractValue() 499 return symbol_file.GetDWARFContext().getOrLoadAddrData().GetMaxU64( in Address()
|
H A D | DWARFDebugArangeSet.cpp | 116 arangeDescriptor.address = data.GetMaxU64(offset_ptr, m_header.addr_size); in extract() 117 arangeDescriptor.length = data.GetMaxU64(offset_ptr, m_header.addr_size); in extract()
|
H A D | DWARFDataExtractor.cpp | 21 return GetMaxU64(offset_ptr, GetDWARFSizeOfOffset()); in GetDWARFOffset()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_mips64.cpp | 62 v = m_gpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister() 67 v =m_fpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister()
|
H A D | RegisterContextPOSIXCore_s390x.cpp | 60 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister() 69 uint64_t v = m_fpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister()
|
H A D | RegisterContextPOSIXCore_powerpc.cpp | 69 uint64_t v = m_fpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister() 82 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister()
|
H A D | RegisterContextPOSIXCore_arm.cpp | 48 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister()
|
H A D | ThreadElfCore.cpp | 385 pr_uid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1); in Parse() 386 pr_gid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1); in Parse()
|
H A D | RegisterContextPOSIXCore_ppc64le.cpp | 116 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size); in ReadRegister()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | DataExtractor.cpp | 522 return GetMaxU64(offset_ptr, byte_size); in GetMaxU32() 525 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64() function in DataExtractor 570 uint64_t u64 = GetMaxU64(offset_ptr, byte_size); in GetMaxS64() 578 uint64_t uval64 = GetMaxU64(offset_ptr, size); in GetMaxU64Bitfield() 652 return GetMaxU64(offset_ptr, m_addr_size); in GetAddress()
|
H A D | RegisterValue.cpp | 198 SetUInt64(src.GetMaxU64(&src_offset, src_len)); in SetValueFromData()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ProcessStructReader.h | 93 return (RetType)(m_data.GetMaxU64(&offset, size));
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 276 uint64_t raw_value = data.GetMaxU64(&offset, byte_size); in SetReturnValueObject() 281 uint64_t raw_value = data.GetMaxU64(&offset, 8); in SetReturnValueObject() 286 raw_value = data.GetMaxU64(&offset, byte_size - offset); in SetReturnValueObject()
|
H A D | ABISysV_arm64.cpp | 249 uint64_t raw_value = data.GetMaxU64(&offset, byte_size); in SetReturnValueObject() 254 uint64_t raw_value = data.GetMaxU64(&offset, 8); in SetReturnValueObject() 259 raw_value = data.GetMaxU64(&offset, byte_size - offset); in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips64.cpp | 702 uint64_t raw_value = data.GetMaxU64(&offset, num_bytes); in SetReturnValueObject() 707 uint64_t raw_value = data.GetMaxU64(&offset, 8); in SetReturnValueObject() 711 raw_value = data.GetMaxU64(&offset, num_bytes - offset); in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1749 uint32_t raw_value = data.GetMaxU64(&offset, 4); in SetReturnValueObject() 1753 raw_value = data.GetMaxU64(&offset, 4); in SetReturnValueObject() 1757 raw_value = data.GetMaxU64(&offset, 4); in SetReturnValueObject() 1761 raw_value = data.GetMaxU64(&offset, 4); in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 325 uint64_t raw_value = data.GetMaxU64(&offset, num_bytes); in SetReturnValueObject() 343 raw_value = data.GetMaxU64(&offset, num_bytes - reg_size); in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 485 uint64_t GetMaxU64(lldb::offset_t *offset_ptr, size_t byte_size) const;
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 69 u64 = data.GetMaxU64(offset_ptr, (uint32_t)bytes_left); in GetAPInt() 87 u64 = data.GetMaxU64(&temp_offset, (uint32_t)bytes_left); in GetAPInt()
|
H A D | EmulateInstruction.cpp | 188 uval64 = data.GetMaxU64(&offset, byte_size); in ReadMemoryUnsigned()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 345 uint64_t raw_value = data.GetMaxU64(&offset, num_bytes); in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 416 uint64_t raw_value = data.GetMaxU64(&offset, num_bytes); in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIWindows_x86_64.cpp | 335 uint64_t raw_value = data.GetMaxU64(&offset, num_bytes); in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.cpp | 386 uint64_t retval = regdata.GetMaxU64(&offset, 8); in ReadRegister()
|