Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp3012 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, in SetSectionLoadAddress() function in Target
3025 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
/openbsd-src/gnu/llvm/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.h1170 bool SetSectionLoadAddress(const lldb::SectionSP &section,
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp118 if (m_process->GetTarget().SetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp194 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/openbsd-src/gnu/llvm/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)
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp259 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h358 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp381 if (target.SetSectionLoadAddress( in SetLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp234 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i422 SetSectionLoadAddress (lldb::SBSection section,
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py341 error = target.SetSectionLoadAddress(
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp110 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp873 target.SetSectionLoadAddress(ondisk_section_sp, in LoadImageUsingMemoryModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp277 changed = m_process->GetTarget().SetSectionLoadAddress( in UpdateImageLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp486 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6192 if (target.GetSectionLoadList().SetSectionLoadAddress(
6209 if (target.GetSectionLoadList().SetSectionLoadAddress(
7072 process.GetTarget().SetSectionLoadAddress(
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp722 if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp, in SetLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2766 .SetSectionLoadAddress(section_sp, load_addr)) in DoExecute()