Home
last modified time | relevance | path

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

123

/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() argument
125 SetSectionLoadAddress(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr,bool warn_multiple) SetSectionLoadAddress() argument
147 SetSectionUnloaded(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr) SetSectionUnloaded() argument
/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 in DidLaunch() local
[all...]
/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; Materialize() local
607 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local
687 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local
932 const lldb::addr_t load_addr = process_address + m_offset; Materialize() local
1000 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local
1107 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local
1212 const lldb::addr_t load_addr = process_address + m_offset; Materialize() local
1261 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local
1279 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local
1331 const lldb::addr_t load_addr = process_address + m_offset; Materialize() local
1394 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local
1453 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local
[all...]
H A DIRExecutionUnit.cpp800 if (auto load_addr = resolver.Resolve(sc_list)) FindInSymbols() local
808 if (auto load_addr = resolver.Resolve(sc_list)) FindInSymbols() local
816 if (auto load_addr = resolver.Resolve(sc_list)) FindInSymbols() local
H A DDWARFExpressionList.cpp73 lldb::addr_t load_addr) { in GetMutableExpressionAtAddress() argument
/llvm-project/lldb/examples/python/
H A Dsymbolication.py45 def __init__(self, target, load_addr): argument
325 def get_section_containing_load_addr(self, load_addr): argument
567 def find_image_containing_load_addr(self, load_addr): argument
590 def symbolicate(self, load_addr, verbose=False): argument
/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 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress() argument
781 if (load_addr ! in Dump() local
381 SetOpcodeLoadAddress(lldb::addr_t load_addr,Target * target,AddressClass addr_class,bool allow_section_end) SetOpcodeLoadAddress() argument
471 addr_t load_addr = GetLoadAddress(target); Dump() local
1047 SetLoadAddress(lldb::addr_t load_addr,Target * target,bool allow_section_end) SetLoadAddress() argument
[all...]
H A DValueObjectMemory.cpp
H A DValue.cpp674 lldb::addr_t load_addr = so_addr.GetLoadAddress(target); ConvertToLoadAddress() local
/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
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp273 const u8 *const shadow_type = GetShadowTypeAddrFor(load_addr); in __nsan_get_shadow_ptr_for_float_load() argument
283 if (!IsZero<sizeof(FT)>(load_addr)) { in __nsan_get_shadow_ptr_for_longdouble_load() argument
246 getShadowPtrForLoad(const u8 * load_addr,uptr n) getShadowPtrForLoad() argument
278 __nsan_get_shadow_ptr_for_double_load(const u8 * load_addr,uptr n) __nsan_get_shadow_ptr_for_double_load() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp388 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfImage); HandleCreateProcessEvent() local
485 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); HandleLoadDllEvent() local
H A DNativeProcessWindows.cpp205 GetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & range_info) GetMemoryRegionInfo() argument
386 GetFileLoadAddress(const llvm::StringRef & file_name,lldb::addr_t & load_addr) GetFileLoadAddress() argument
/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()
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp286 DoGetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & region) DoGetMemoryRegionInfo() argument
472 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; GetLoadedDynamicLibrariesInfos() local
[all...]
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp345 addr_t load_addr = load_list.GetSectionLoadAddress(section_sp); BuildMemoryRegions() local
369 DoGetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & region) DoGetMemoryRegionInfo() argument
463 const uint64_t load_addr = module->BaseOfImage; ReadModuleList() local
[all...]
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp885 addr_t load_addr = GetStepThroughTrampolinePlan() local
905 lldb::addr_t load_addr = GetStepThroughTrampolinePlan() local
926 addr_t load_addr = GetStepThroughTrampolinePlan() local
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py251 def create_breakpoint_with_name(target, load_addr, name, error): argument
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp583 GetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & range_info) GetMemoryRegionInfo() argument
754 GetFileLoadAddress(const llvm::StringRef & file_name,lldb::addr_t & load_addr) GetFileLoadAddress() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp619 GetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & range_info) GetMemoryRegionInfo() argument
777 GetFileLoadAddress(const llvm::StringRef & file_name,lldb::addr_t & load_addr) GetFileLoadAddress() argument
[all...]
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp139 std::optional<lldb::addr_t> load_addr = std::nullopt) { in ParseFileset() argument
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp264 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in BuildModulesSection() local

123