Searched refs:SetSectionLoadAddress (Results 1 – 13 of 13) sorted by relevance
/external/lldb/include/lldb/Target/ |
D | SectionLoadList.h | 59 …SetSectionLoadAddress (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr, bool warn_multip…
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 137 …if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->Get… in LoadAllImagesAtFileAddresses()
|
/external/lldb/source/Target/ |
D | SectionLoadList.cpp | 60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP §ion, addr_t load_addr, bool warn… in SetSectionLoadAddress() function in SectionLoadList
|
/external/lldb/include/lldb/API/ |
D | SBTarget.h | 523 SetSectionLoadAddress (lldb::SBSection section,
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 232 load_list.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
|
/external/lldb/scripts/Python/interface/ |
D | SBTarget.i | 546 SetSectionLoadAddress (lldb::SBSection section,
|
/external/lldb/examples/python/ |
D | symbolication.py | 286 … error = target.SetSectionLoadAddress (section, section_info.start_addr)
|
/external/lldb/source/API/ |
D | SBTarget.cpp | 2381 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/ |
D | DynamicLoaderDarwinKernel.cpp | 924 …target.GetSectionLoadList().SetSectionLoadAddress (ondisk_section_sp, memory_section->GetFileAddre… in LoadImageUsingMemoryModule()
|
/external/lldb/source/Core/ |
D | Module.cpp | 1421 …if (target.GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->GetFileAddress() + … in SetLoadAddress()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 489 …if (m_process->GetTarget().GetSectionLoadList().SetSectionLoadAddress (section_sp, new_section_loa… in UpdateImageLoadAddress()
|
/external/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 2869 … if (target->GetSectionLoadList().SetSectionLoadAddress (section_sp, load_addr)) in DoExecute()
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3708 lldb.SBTarget.SetSectionLoadAddress lldb.SBTarget-class.html#SetSectionLoadAddress
|