| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 119 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon() 247 module_sp->SetLoadAddress(target, value, value_is_offset, changed); in LoadBinaryWithUUIDAndAddress() 253 module_sp->SetLoadAddress(target, 0, true /* value_is_slide */, in LoadBinaryWithUUIDAndAddress() 260 module_sp->SetLoadAddress(target, 0, true /* value_is_slide */, changed); in LoadBinaryWithUUIDAndAddress()
|
| H A D | Address.cpp | 360 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress() 382 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress() 781 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, in Dump() 1040 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBAddress.i | 88 SetLoadAddress (lldb::addr_t load_addr, 159 return self.SetLoadAddress (load_addr, target)
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBAddress.cpp | 47 SetLoadAddress(load_addr, target); in SBAddress() 122 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointSite.h | 29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 57 test_address.SetLoadAddress(fixed_addr, target); in CXXFunctionPointerSummaryProvider()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 567 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageAtFileAddress() 582 void DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress( in SetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo 973 m_kernel.SetLoadAddress(m_kernel_load_address); in LoadKernelModuleIfNeeded() 986 m_kernel.SetLoadAddress(load_address); in LoadKernelModuleIfNeeded() 994 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded() 1368 image_infos[i].SetLoadAddress(extractor.GetU64(&offset)); in ReadKextSummaries()
|
| H A D | DynamicLoaderDarwinKernel.h | 144 void SetLoadAddress(
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 61 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| H A D | ObjectFileJIT.cpp | 181 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 207 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription() 219 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
|
| H A D | RegisterContextUnwind.cpp | 150 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget()); in InitializeZerothFrame() 378 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame() 544 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame() 563 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbIndex.h | 114 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 100 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 56 module_sp->SetLoadAddress(target, module.load_address.value, false, in ParseModule() 182 module_sp->SetLoadAddress(*parsed_process->target_sp, load_address, false, in ParseKernel()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Address.h | 406 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
|
| /openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/ |
| H A D | crashlog_scripted_process.py | 153 sym_addr.SetLoadAddress(pc, target)
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | diagnose_unwind.py | 27 sbaddr.SetLoadAddress(addr, target)
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 416 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.h | 82 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.h | 101 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 103 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 193 symbol_addr.SetLoadAddress(pc, &this->GetProcess()->GetTarget()); in LoadArtificialStackFrames()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 101 bool SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in __anon8a6959770111::PlaceholderObjectFile 610 module_sp->SetLoadAddress(GetTarget(), load_addr, false, in ReadModuleList()
|