Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp125 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress() function in SectionLoadHistory
132 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()
H A DSectionLoadList.cpp63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, in SetSectionLoadAddress() function in SectionLoadList
H A DTarget.cpp2724 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, in SetSectionLoadAddress() function in Target
2737 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h49 bool SetSectionLoadAddress(const lldb::SectionSP &section_sp,
H A DSectionLoadHistory.h53 bool SetSectionLoadAddress(uint32_t stop_id,
H A DTarget.h1087 bool SetSectionLoadAddress(const lldb::SectionSP &section,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp113 if (m_process->GetTarget().SetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp220 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp247 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h373 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp241 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp80 target.GetSectionLoadList().SetSectionLoadAddress( in CreateImageSection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2062 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() function in SBTarget
2077 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp836 if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp, in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2815 .SetSectionLoadAddress(section_sp, in DoExecute()