Home
last modified time | relevance | path

Searched refs:SetLoadAddress (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/lldb/source/API/
DSBAddress.cpp49 SetLoadAddress(load_addr, target); in SBAddress()
128 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
129 LLDB_RECORD_METHOD(void, SBAddress, SetLoadAddress, in SetLoadAddress()
300 LLDB_REGISTER_METHOD(void, SBAddress, SetLoadAddress, in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBAddress.i87 SetLoadAddress (lldb::addr_t load_addr,
159 return self.SetLoadAddress (load_addr, target)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_address.py12 obj.SetLoadAddress(0xffff, lldb.SBTarget())
/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointSite.h29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp572 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageAtFileAddress()
594 void DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress( in SetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
1002 m_kernel.SetLoadAddress(m_kernel_load_address); in LoadKernelModuleIfNeeded()
1015 m_kernel.SetLoadAddress(load_address); in LoadKernelModuleIfNeeded()
1023 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded()
1398 image_infos[i].SetLoadAddress(extractor.GetU64(&offset)); in ReadKextSummaries()
DDynamicLoaderDarwinKernel.h150 void SetLoadAddress(
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h59 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
DObjectFileJIT.cpp209 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
/external/llvm-project/lldb/include/lldb/API/
DSBAddress.h48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
/external/llvm-project/lldb/source/Core/
DAddress.cpp359 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress()
381 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
751 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, in Dump()
1010 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
DDynamicLoader.cpp117 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepOut.cpp206 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription()
218 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
DTraceSessionFileParser.cpp52 module_sp->SetLoadAddress(*target_sp, module.load_address.value, false, in ParseModule()
DRegisterContextUnwind.cpp144 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget()); in InitializeZerothFrame()
326 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()
487 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
506 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h100 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h115 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
/external/google-breakpad/src/common/
Dmodule.h206 void SetLoadAddress(Address load_address);
Dmodule_unittest.cc152 m.SetLoadAddress(0x2ab698b0b6407073ULL); in TEST()
256 m.SetLoadAddress(0x2ab698b0b6407073ULL); in TEST()
Dmodule.cc75 void Module::SetLoadAddress(Address address) { in SetLoadAddress() function in google_breakpad::Module
/external/llvm-project/lldb/include/lldb/Core/
DAddress.h393 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h76 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/external/llvm-project/lldb/examples/python/
Ddiagnose_unwind.py28 sbaddr.SetLoadAddress(addr, target)
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h400 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h97 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h102 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,

123