Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp65 addr_t load_addr, in SetSectionLoadAddress()
171 addr_t load_addr = sta_pos->second; in SetSectionUnloaded() local
184 addr_t load_addr) { in SetSectionUnloaded()
219 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/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp154 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local
206 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local
353 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() local
444 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local
607 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local
687 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() local
932 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local
1000 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local
1107 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() local
1212 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local
[all …]
H A DIRExecutionUnit.cpp800 if (auto load_addr = resolver.Resolve(sc_list)) in FindInSymbols() local
808 if (auto load_addr = resolver.Resolve(sc_list)) in FindInSymbols() local
816 if (auto load_addr = resolver.Resolve(sc_list)) in FindInSymbols() local
H A DDWARFExpressionList.cpp73 lldb::addr_t load_addr) { in GetMutableExpressionAtAddress()
H A DDWARFExpression.cpp793 const addr_t load_addr = so_addr.GetLoadAddress(exe_ctx->GetTargetPtr()); in ResolveLoadAddress() local
1098 addr_t load_addr = *maybe_load_addr; in Evaluate() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp103 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in GetLoadAddress() local
131 lldb::addr_t load_addr = GetLoadAddress(executable); in DidAttach() local
158 lldb::addr_t load_addr = GetLoadAddress(executable); in DidLaunch() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp102 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress() local
112 bool AddressRange::ContainsLoadAddress(addr_t load_addr, Target *target) const { in ContainsLoadAddress()
H A DAddress.cpp361 bool Address::SetCallableLoadAddress(lldb::addr_t load_addr, Target *target) { in SetCallableLoadAddress()
381 bool Address::SetOpcodeLoadAddress(lldb::addr_t load_addr, Target *target, in SetOpcodeLoadAddress()
471 addr_t load_addr = GetLoadAddress(target); in Dump() local
781 addr_t load_addr = GetLoadAddress(target); in Dump() local
1047 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress()
H A DValueObjectMemory.cpp197 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue() local
H A DValue.cpp672 lldb::addr_t load_addr = so_addr.GetLoadAddress(target); ConvertToLoadAddress() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp43 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) in SBAddress()
122 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress()
H A DSBMemoryRegionInfo.cpp167 const addr_t load_addr = m_opaque_up->GetRange().base; in GetDescription() local
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp246 static const u8 *getShadowPtrForLoad(const u8 *load_addr, uptr n) { in getShadowPtrForLoad()
273 __nsan_get_shadow_ptr_for_float_load(const u8 *load_addr, uptr n) { in __nsan_get_shadow_ptr_for_float_load()
278 __nsan_get_shadow_ptr_for_double_load(const u8 *load_addr, uptr n) { in __nsan_get_shadow_ptr_for_double_load()
283 __nsan_get_shadow_ptr_for_longdouble_load(const u8 *load_addr, uptr n) { in __nsan_get_shadow_ptr_for_longdouble_load()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp84 lldb::addr_t load_addr, std::optional<ConstString> func_name) { in AddCallInstructionMetadata()
88 void HTRInstructionLayer::AppendInstruction(lldb::addr_t load_addr) { in AppendInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp345 addr_t load_addr = load_list.GetSectionLoadAddress(section_sp); in BuildMemoryRegions() local
369 Status ProcessMinidump::DoGetMemoryRegionInfo(lldb::addr_t load_addr, in DoGetMemoryRegionInfo()
463 const uint64_t load_addr = module->BaseOfImage; in ReadModuleList() local
H A DMinidumpParser.cpp688 lldb::addr_t load_addr) { in GetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp272 DoGetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & region) DoGetMemoryRegionInfo() argument
458 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; GetLoadedDynamicLibrariesInfos() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp598 GetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & range_info) GetMemoryRegionInfo() argument
756 GetFileLoadAddress(const llvm::StringRef & file_name,lldb::addr_t & load_addr) GetFileLoadAddress() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp583 Status NativeProcessFreeBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
754 lldb::addr_t &load_addr) { in GetFileLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp264 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in BuildModulesSection() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp139 std::optional<lldb::addr_t> load_addr = std::nullopt) { in ParseFileset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp531 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; UpdateBaseAddrIfNecessary() local
/freebsd/sbin/pfctl/
H A Dpfctl_table.c465 load_addr(struct pfr_buffer *b, int argc, char *argv[], char *file, in load_addr() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1643 const MemoryRegionInfo &range_info, lldb::addr_t load_addr) { in DumpRegion()
1698 lldb::addr_t load_addr = m_prev_end_addr; in DoExecute() local

12