Home
last modified time | relevance | path

Searched refs:SetSectionLoadAddress (Results 1 – 13 of 13) sorted by relevance

/external/lldb/include/lldb/Target/
DSectionLoadList.h59SetSectionLoadAddress (const lldb::SectionSP &section_sp, lldb::addr_t load_addr, bool warn_multip…
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp137 …if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->Get… in LoadAllImagesAtFileAddresses()
/external/lldb/source/Target/
DSectionLoadList.cpp60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn… in SetSectionLoadAddress() function in SectionLoadList
/external/lldb/include/lldb/API/
DSBTarget.h523 SetSectionLoadAddress (lldb::SBSection section,
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp232 load_list.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
/external/lldb/scripts/Python/interface/
DSBTarget.i546 SetSectionLoadAddress (lldb::SBSection section,
/external/lldb/examples/python/
Dsymbolication.py286 … error = target.SetSectionLoadAddress (section, section_info.start_addr)
/external/lldb/source/API/
DSBTarget.cpp2381 SBTarget::SetSectionLoadAddress (lldb::SBSection section, in SetSectionLoadAddress() function in SBTarget
2403 … if (target_sp->GetSectionLoadList().SetSectionLoadAddress (section_sp, section_base_addr)) in SetSectionLoadAddress()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp924 …target.GetSectionLoadList().SetSectionLoadAddress (ondisk_section_sp, memory_section->GetFileAddre… in LoadImageUsingMemoryModule()
/external/lldb/source/Core/
DModule.cpp1421 …if (target.GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->GetFileAddress() + … in SetLoadAddress()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp489 …if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, new_section_loa… in UpdateImageLoadAddress()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp2869 … if (target->GetSectionLoadList().SetSectionLoadAddress (section_sp, load_addr)) in DoExecute()
/external/lldb/www/python_reference/
Dapi-objects.txt3708 lldb.SBTarget.SetSectionLoadAddress lldb.SBTarget-class.html#SetSectionLoadAddress