/external/lldb/scripts/Python/interface/ |
D | SBAddress.i | 76 SetLoadAddress (lldb::addr_t load_addr, 149 return self.SetLoadAddress (load_addr, target)
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_address.py | 11 obj.SetLoadAddress(0xffff, lldb.SBTarget())
|
/external/lldb/source/API/ |
D | SBAddress.cpp | 54 SetLoadAddress (load_addr, target); in SBAddress() 143 SBAddress::SetLoadAddress (lldb::addr_t load_addr, lldb::SBTarget &target) in SetLoadAddress() function in SBAddress
|
D | SBModule.cpp | 72 m_opaque_sp->SetLoadAddress(target, 0, changed); in SBModule()
|
D | SBValue.cpp | 1506 addr.SetLoadAddress(value, target_sp.get()); in GetAddress()
|
D | SBTarget.cpp | 2463 if (module_sp->SetLoadAddress (*target_sp, slide_offset, changed)) in SetModuleLoadAddress()
|
/external/lldb/include/lldb/Breakpoint/ |
D | StoppointLocation.h | 55 SetLoadAddress (lldb::addr_t addr) in SetLoadAddress() function
|
/external/lldb/include/lldb/API/ |
D | SBAddress.h | 52 SetLoadAddress (lldb::addr_t load_addr,
|
/external/lldb/source/Core/ |
D | Address.cpp | 334 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
|
D | Disassembler.cpp | 1050 address.SetLoadAddress(load_addr, &target); in GetIndexOfInstructionAtLoadAddress()
|
D | Module.cpp | 1404 Module::SetLoadAddress (Target &target, lldb::addr_t offset, bool &changed) in SetLoadAddress() function in Module
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 544 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()
|
D | DynamicLoaderDarwinKernel.h | 194 SetLoadAddress (lldb::addr_t load_addr); // Address of the Mach-O header for this binary
|
/external/lldb/include/lldb/Core/ |
D | Address.h | 422 SetLoadAddress (lldb::addr_t load_addr, Target *target);
|
D | Module.h | 135 SetLoadAddress (Target &target,
|
/external/google-breakpad/src/common/ |
D | module.h | 197 void SetLoadAddress(Address load_address);
|
D | module_unittest.cc | 138 m.SetLoadAddress(0x2ab698b0b6407073LL); in TEST() 240 m.SetLoadAddress(0x2ab698b0b6407073LL); in TEST()
|
D | module.cc | 74 void Module::SetLoadAddress(Address address) { in SetLoadAddress() function in google_breakpad::Module
|
/external/lldb/examples/python/ |
D | diagnose_unwind.py | 25 sbaddr.SetLoadAddress(addr, target)
|
/external/lldb/source/Plugins/ABI/MacOSX-arm/ |
D | ABIMacOSX_arm.cpp | 268 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/ |
D | Block.cpp | 324 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()
|
/external/lldb/source/Target/ |
D | StackFrameList.cpp | 132 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 600 module->SetLoadAddress(loading_addr); in LoadSymbols()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.mm | 415 module_->SetLoadAddress(segment.vmaddr);
|
/external/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 2829 module->SetLoadAddress (*target, slide, changed); in DoExecute() 3114 if (module_address.SetLoadAddress(m_options.m_module_addr, target)) in DoExecute()
|