Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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.cpp799 if (auto load_addr = resolver.Resolve(sc_list)) in FindInSymbols() local
807 if (auto load_addr = resolver.Resolve(sc_list)) in FindInSymbols() local
815 if (auto load_addr = resolver.Resolve(sc_list)) in FindInSymbols() local
H A DDWARFExpression.cpp824 addr_t load_addr = so_addr.GetLoadAddress(exe_ctx->GetTargetPtr()); in ResolveLoadAddress() local
1137 addr_t load_addr = *maybe_load_addr; in Evaluate() local
2112 lldb::addr_t load_addr = in Evaluate() local
H A DDWARFExpressionList.cpp73 lldb::addr_t load_addr) { in GetMutableExpressionAtAddress()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py43 def __init__(self, target, load_addr): argument
299 def get_section_containing_load_addr(self, load_addr): argument
498 def find_image_containing_load_addr(self, load_addr): argument
521 def symbolicate(self, load_addr, verbose=False): argument
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddressRange.cpp101 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress() local
111 bool AddressRange::ContainsLoadAddress(addr_t load_addr, Target *target) const { in ContainsLoadAddress()
H A DAddress.cpp359 bool Address::SetCallableLoadAddress(lldb::addr_t load_addr, Target *target) { in SetCallableLoadAddress()
379 bool Address::SetOpcodeLoadAddress(lldb::addr_t load_addr, Target *target, in SetOpcodeLoadAddress()
468 addr_t load_addr = GetLoadAddress(target); in Dump() local
774 addr_t load_addr = GetLoadAddress(target); in Dump() local
1040 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 DValue.cpp658 lldb::addr_t load_addr = so_addr.GetLoadAddress(target); in ConvertToLoadAddress() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp249 Status ScriptedProcess::DoGetMemoryRegionInfo(lldb::addr_t load_addr, in DoGetMemoryRegionInfo()
454 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in GetLoadedDynamicLibrariesInfos() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp388 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfImage); in HandleCreateProcessEvent() local
485 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent() local
H A DNativeProcessWindows.cpp205 Status NativeProcessWindows::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
386 lldb::addr_t &load_addr) { in GetFileLoadAddress()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp359 Status NativeProcessOpenBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
398 lldb::addr_t &load_addr) { in GetFileLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp422 addr_t load_addr = load_list.GetSectionLoadAddress(section_sp); in BuildMemoryRegions() local
446 Status ProcessMinidump::DoGetMemoryRegionInfo(lldb::addr_t load_addr, in DoGetMemoryRegionInfo()
540 const uint64_t load_addr = module->BaseOfImage; in ReadModuleList() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp902 addr_t load_addr = in GetStepThroughTrampolinePlan() local
930 lldb::addr_t load_addr = in GetStepThroughTrampolinePlan() local
957 addr_t load_addr = in GetStepThroughTrampolinePlan() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp564 Status NativeProcessFreeBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
731 lldb::addr_t &load_addr) { in GetFileLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp600 Status NativeProcessNetBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
758 lldb::addr_t &load_addr) { in GetFileLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp264 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in BuildModulesSection() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp139 std::optional<lldb::addr_t> load_addr = std::nullopt) { in ParseFileset()

123