Home
last modified time | relevance | path

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

12

/external/lldb/scripts/Python/interface/
DSBAddress.i76 SetLoadAddress (lldb::addr_t load_addr,
149 return self.SetLoadAddress (load_addr, target)
/external/lldb/test/python_api/default-constructor/
Dsb_address.py11 obj.SetLoadAddress(0xffff, lldb.SBTarget())
/external/lldb/source/API/
DSBAddress.cpp54 SetLoadAddress (load_addr, target); in SBAddress()
143 SBAddress::SetLoadAddress (lldb::addr_t load_addr, lldb::SBTarget &target) in SetLoadAddress() function in SBAddress
DSBModule.cpp72 m_opaque_sp->SetLoadAddress(target, 0, changed); in SBModule()
DSBValue.cpp1506 addr.SetLoadAddress(value, target_sp.get()); in GetAddress()
DSBTarget.cpp2463 if (module_sp->SetLoadAddress (*target_sp, slide_offset, changed)) in SetModuleLoadAddress()
/external/lldb/include/lldb/Breakpoint/
DStoppointLocation.h55 SetLoadAddress (lldb::addr_t addr) in SetLoadAddress() function
/external/lldb/include/lldb/API/
DSBAddress.h52 SetLoadAddress (lldb::addr_t load_addr,
/external/lldb/source/Core/
DAddress.cpp334 if (SetLoadAddress (load_addr, target)) in SetCallableLoadAddress()
355 if (SetLoadAddress (load_addr, target)) in SetOpcodeLoadAddress()
747 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, target)) in Dump()
1037 Address::SetLoadAddress (lldb::addr_t load_addr, Target *target) in SetLoadAddress() function in Address
DDisassembler.cpp1050 address.SetLoadAddress(load_addr, &target); in GetIndexOfInstructionAtLoadAddress()
DModule.cpp1404 Module::SetLoadAddress (Target &target, lldb::addr_t offset, bool &changed) in SetLoadAddress() function in Module
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp544 if (m_module_sp->SetLoadAddress (process->GetTarget(), 0, changed)) in LoadImageAtFileAddress()
575 DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress (addr_t load_addr) in SetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
1027 m_kernel.SetLoadAddress(m_kernel_load_address); in LoadKernelModuleIfNeeded()
1040 m_kernel.SetLoadAddress (load_address); in LoadKernelModuleIfNeeded()
1051 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded()
1386 image_infos[i].SetLoadAddress (extractor.GetU64(&offset)); in ReadKextSummaries()
DDynamicLoaderDarwinKernel.h194 SetLoadAddress (lldb::addr_t load_addr); // Address of the Mach-O header for this binary
/external/lldb/include/lldb/Core/
DAddress.h422 SetLoadAddress (lldb::addr_t load_addr, Target *target);
DModule.h135 SetLoadAddress (Target &target,
/external/google-breakpad/src/common/
Dmodule.h197 void SetLoadAddress(Address load_address);
Dmodule_unittest.cc138 m.SetLoadAddress(0x2ab698b0b6407073LL); in TEST()
240 m.SetLoadAddress(0x2ab698b0b6407073LL); in TEST()
Dmodule.cc74 void Module::SetLoadAddress(Address address) { in SetLoadAddress() function in google_breakpad::Module
/external/lldb/examples/python/
Ddiagnose_unwind.py25 sbaddr.SetLoadAddress(addr, target)
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp268 so_addr.SetLoadAddress (return_addr, target_sp.get()); in PrepareTrivialCall()
281 so_addr.SetLoadAddress (function_addr, target_sp.get()); in PrepareTrivialCall()
/external/lldb/source/Symbol/
DBlock.cpp324 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()
/external/lldb/source/Target/
DStackFrameList.cpp132 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc600 module->SetLoadAddress(loading_addr); in LoadSymbols()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm415 module_->SetLoadAddress(segment.vmaddr);
/external/lldb/source/Commands/
DCommandObjectTarget.cpp2829 module->SetLoadAddress (*target, slide, changed); in DoExecute()
3114 if (module_address.SetLoadAddress(m_options.m_module_addr, target)) in DoExecute()

12