Searched refs:SetLoadAddress (Results 1 - 20 of 20) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_address.py11 obj.SetLoadAddress(0xffff, lldb.SBTarget())
/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h55 SetLoadAddress (lldb::addr_t addr) function in class:lldb_private::StoppointLocation
/external/lldb/scripts/Python/interface/
H A DSBAddress.i76 SetLoadAddress (lldb::addr_t load_addr,
105 /// or data address using 'void SBAddress::SetLoadAddress(...)' or
149 return self.SetLoadAddress (load_addr, target)
/external/lldb/include/lldb/API/
H A DSBAddress.h52 SetLoadAddress (lldb::addr_t load_addr,
64 // or data address using "void SBAddress::SetLoadAddress(...)" or
/external/lldb/source/API/
H A DSBAddress.cpp54 SetLoadAddress (load_addr, target);
143 SBAddress::SetLoadAddress (lldb::addr_t load_addr, lldb::SBTarget &target) function in class:SBAddress
H A DSBModule.cpp72 m_opaque_sp->SetLoadAddress(target, 0, changed);
H A DSBValue.cpp1506 addr.SetLoadAddress(value, target_sp.get());
H A DSBTarget.cpp2463 if (module_sp->SetLoadAddress (*target_sp, slide_offset, changed))
/external/lldb/include/lldb/Core/
H A DAddress.h422 SetLoadAddress (lldb::addr_t load_addr, Target *target);
H A DModule.h135 SetLoadAddress (Target &target,
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp544 if (m_module_sp->SetLoadAddress (process->GetTarget(), 0, changed))
575 DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress (addr_t load_addr) function in class:DynamicLoaderDarwinKernel::KextImageInfo
1027 m_kernel.SetLoadAddress(m_kernel_load_address);
1040 m_kernel.SetLoadAddress (load_address);
1051 m_kernel.SetLoadAddress(file_address);
1386 image_infos[i].SetLoadAddress (extractor.GetU64(&offset));
H A DDynamicLoaderDarwinKernel.h194 SetLoadAddress (lldb::addr_t load_addr); // Address of the Mach-O header for this binary
/external/lldb/examples/python/
H A Ddiagnose_unwind.py25 sbaddr.SetLoadAddress(addr, target)
/external/lldb/source/Core/
H A DAddress.cpp334 if (SetLoadAddress (load_addr, target))
355 if (SetLoadAddress (load_addr, target))
747 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, target))
1037 Address::SetLoadAddress (lldb::addr_t load_addr, Target *target) function in class:Address
H A DDisassembler.cpp1050 address.SetLoadAddress(load_addr, &target);
H A DModule.cpp1404 Module::SetLoadAddress (Target &target, lldb::addr_t offset, bool &changed) function in class:Module
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp268 so_addr.SetLoadAddress (return_addr, target_sp.get());
281 so_addr.SetLoadAddress (function_addr, target_sp.get());
/external/lldb/source/Symbol/
H A DBlock.cpp324 load_address.SetLoadAddress(load_addr, &target);
/external/lldb/source/Target/
H A DStackFrameList.cpp132 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget()));
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp2829 module->SetLoadAddress (*target, slide, changed);
3114 if (module_address.SetLoadAddress(m_options.m_module_addr, target))

Completed in 454 milliseconds