| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | SectionLoadHistory.cpp | 125 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress() function in SectionLoadHistory 132 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()
|
| H A D | SectionLoadList.cpp | 63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress() function in SectionLoadList
|
| H A D | Target.cpp | 2724 bool Target::SetSectionLoadAddress(const SectionSP §ion_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 D | SectionLoadList.h | 49 bool SetSectionLoadAddress(const lldb::SectionSP §ion_sp,
|
| H A D | SectionLoadHistory.h | 53 bool SetSectionLoadAddress(uint32_t stop_id,
|
| H A D | Target.h | 1087 bool SetSectionLoadAddress(const lldb::SectionSP §ion,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 113 if (m_process->GetTarget().SetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 220 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 247 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 373 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 241 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 80 target.GetSectionLoadList().SetSectionLoadAddress( in CreateImageSection()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 2062 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 D | ObjectFileELF.cpp | 836 if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp, in SetLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 2815 .SetSectionLoadAddress(section_sp, in DoExecute()
|