Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp126 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress() function in SectionLoadHistory
133 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.cpp3254 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, in SetSectionLoadAddress() function in Target
3267 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
/freebsd/contrib/llvm-project/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.h1249 bool SetSectionLoadAddress(const lldb::SectionSP &section,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp62 target.SetSectionLoadAddress(m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp181 if (target.SetSectionLoadAddress(section_sp, in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp441 target.SetSectionLoadAddress(on_disk_section_sp, in LoadImageUsingMemoryModule()
451 target.SetSectionLoadAddress(on_disk_section_sp, in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp261 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp351 if (target.SetSectionLoadAddress( in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp234 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h395 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2072 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() function in SBTarget
2088 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp765 if (target.SetSectionLoadAddress(section_sp, load_addr)) in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3006 if (target.SetSectionLoadAddress(section_sp, in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57255 result = (arg1)->SetSectionLoadAddress(SWIG_STD_MOVE(arg2),arg3); in _wrap_SBTarget_SetSectionLoadAddress()