Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDSectionLoadHistory.cpp124 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress() function in SectionLoadHistory
131 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()
HDSectionLoadList.cpp64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, in SetSectionLoadAddress() function in SectionLoadList
HDTarget.cpp3114 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, in SetSectionLoadAddress() function in Target
3127 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDSectionLoadList.h46 bool SetSectionLoadAddress(const lldb::SectionSP &section_sp,
HDSectionLoadHistory.h50 bool SetSectionLoadAddress(uint32_t stop_id,
HDTarget.h1207 bool SetSectionLoadAddress(const lldb::SectionSP &section,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
HDObjectFilePlaceholder.cpp62 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDObjectFileJIT.cpp181 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.cpp441 target.SetSectionLoadAddress(on_disk_section_sp, in LoadImageUsingMemoryModule()
451 target.SetSectionLoadAddress(on_disk_section_sp, in LoadImageUsingMemoryModule()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp261 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
HDObjectFileWasm.cpp381 if (target.SetSectionLoadAddress( in SetLoadAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp234 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h378 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp2100 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() function in SBTarget
2117 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp748 if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp, in SetLoadAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp2979 .SetSectionLoadAddress(section_sp, load_addr)) in DoExecute()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp56056 result = (arg1)->SetSectionLoadAddress(arg2,arg3); in _wrap_SBTarget_SetSectionLoadAddress()