Home
last modified time | relevance | path

Searched defs:load_addr (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c155 cvmx_pow_load_addr_t load_addr; in __cvmx_pow_capture_v1() local
176 cvmx_pow_load_addr_t load_addr; in __cvmx_pow_capture_v1() local
193 cvmx_pow_load_addr_t load_addr; in __cvmx_pow_capture_v1() local
235 cvmx_pow_load_addr_t load_addr; in __cvmx_pow_capture_v2() local
250 cvmx_pow_load_addr_t load_addr; in __cvmx_pow_capture_v2() local
266 cvmx_pow_load_addr_t load_addr; in __cvmx_pow_capture_v2() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp143 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local
195 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local
341 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() local
430 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local
599 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local
680 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() local
857 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local
957 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() local
1062 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local
1111 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp64 addr_t load_addr, in SetSectionLoadAddress()
160 addr_t load_addr = sta_pos->second; in SetSectionUnloaded() local
173 addr_t load_addr) { in SetSectionUnloaded()
208 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()
H A DSectionLoadHistory.cpp114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress()
125 uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t load_addr, in SetSectionLoadAddress()
147 addr_t load_addr) { in SetSectionUnloaded()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp107 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in GetLoadAddress() local
135 lldb::addr_t load_addr = GetLoadAddress(executable); in DidAttach() local
162 lldb::addr_t load_addr = GetLoadAddress(executable); in DidLaunch() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp110 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress() local
120 bool AddressRange::ContainsLoadAddress(addr_t load_addr, Target *target) const { in ContainsLoadAddress()
H A DAddress.cpp358 bool Address::SetCallableLoadAddress(lldb::addr_t load_addr, Target *target) { in SetCallableLoadAddress()
378 bool Address::SetOpcodeLoadAddress(lldb::addr_t load_addr, Target *target, in SetOpcodeLoadAddress()
453 addr_t load_addr = GetLoadAddress(target); in Dump() local
744 addr_t load_addr = GetLoadAddress(target); in Dump() local
1010 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress()
H A DValueObjectMemory.cpp193 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue() local
H A DDynamicLoader.cpp178 lldb::addr_t load_addr; in LoadModuleAtAddress() local
H A DValue.cpp660 lldb::addr_t load_addr = so_addr.GetLoadAddress(target); in ConvertToLoadAddress() local
H A DDisassembler.cpp1030 InstructionList::GetIndexOfInstructionAtLoadAddress(lldb::addr_t load_addr, in GetIndexOfInstructionAtLoadAddress()
1053 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in ParseInstructions() local
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp44 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) in SBAddress()
128 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress()
H A DSBMemoryRegionInfo.cpp160 const addr_t load_addr = m_opaque_up->GetRange().base; in GetDescription() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp426 addr_t load_addr = load_list.GetSectionLoadAddress(section_sp); in BuildMemoryRegions() local
450 Status ProcessMinidump::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
544 const uint64_t load_addr = module->BaseOfImage; in ReadModuleList() local
H A DMinidumpParser.cpp692 lldb::addr_t load_addr) { in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp265 Status ScriptedProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp599 Status NativeProcessNetBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
757 lldb::addr_t &load_addr) { in GetFileLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp550 Status NativeProcessFreeBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
717 lldb::addr_t &load_addr) { in GetFileLoadAddress()
/freebsd-13.1/sbin/pfctl/
H A Dpfctl_table.c416 load_addr(struct pfr_buffer *b, int argc, char *argv[], char *file, in load_addr() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp506 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in UpdateBaseAddrIfNecessary() local
/freebsd-13.1/stand/i386/libi386/
H A Dmultiboot.h114 multiboot_uint32_t load_addr; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp530 lldb::addr_t load_addr = in ResolveCallableAddress() local
H A DBlock.cpp267 bool Block::GetRangeContainingLoadAddress(lldb::addr_t load_addr, in GetRangeContainingLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp512 GetCorrespondingFrameData(lldb::addr_t load_addr, in GetCorrespondingFrameData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp49 NativeProcessProtocol::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()

12