Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadHistory.cpp124 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress() function in SectionLoadHistory
131 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()
H A DSectionLoadList.cpp64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, in SetSectionLoadAddress() function in SectionLoadList
H A DTarget.cpp2916 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, in SetSectionLoadAddress() function in Target
2929 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DSectionLoadList.h46 bool SetSectionLoadAddress(const lldb::SectionSP &section_sp,
H A DSectionLoadHistory.h50 bool SetSectionLoadAddress(uint32_t stop_id,
H A DTarget.h1159 bool SetSectionLoadAddress(const lldb::SectionSP &section,
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp118 if (m_process->GetTarget().SetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp194 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbolication.rst263 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x100000000)
265 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff83f32000)
267 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff883db000)
269 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff8c0dc000)
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp261 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h358 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp380 if (target.SetSectionLoadAddress( in SetLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp234 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i422 SetSectionLoadAddress (lldb::SBSection section,
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py342 error = target.SetSectionLoadAddress(
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp109 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp2020 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() function in SBTarget
2037 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp277 changed = m_process->GetTarget().SetSectionLoadAddress( in UpdateImageLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp902 target.SetSectionLoadAddress(ondisk_section_sp, in LoadImageUsingMemoryModule()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp477 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6170 if (target.GetSectionLoadList().SetSectionLoadAddress(
6187 if (target.GetSectionLoadList().SetSectionLoadAddress(
7003 process.GetTarget().SetSectionLoadAddress(
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp705 if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp, in SetLoadAddress()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp2751 .SetSectionLoadAddress(section_sp, load_addr)) in DoExecute()