| /llvm-project/lldb/source/Target/ |
| H A D | SectionLoadHistory.cpp | 126 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress() 133 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress() 124 bool SectionLoadHistory::SetSectionLoadAddress( SetSectionLoadAddress() function in SectionLoadHistory
|
| H A D | SectionLoadList.cpp | 64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress() function in SectionLoadList
|
| H A D | Target.cpp | 3236 bool Target::SetSectionLoadAddress(const SectionSP §ion_sp, in Launch() 3249 if (m_section_load_history.SetSectionLoadAddress( in Launch() 3114 bool Target::SetSectionLoadAddress(const SectionSP §ion_sp, SetSectionLoadAddress() function in Target
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | SectionLoadList.h | 46 bool SetSectionLoadAddress(const lldb::SectionSP §ion_sp,
|
| H A D | SectionLoadHistory.h | 50 bool SetSectionLoadAddress(uint32_t stop_id,
|
| H A D | Target.h | 1228 bool SetSectionLoadAddress(const lldb::SectionSP §ion,
|
| /llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
| H A D | ObjectFilePlaceholder.cpp | 62 target.SetSectionLoadAddress(m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
|
| /llvm-project/lldb/test/API/functionalities/json/object-file/ |
| H A D | TestObjectFileJSON.py | 101 error = target.SetSectionLoadAddress(section, 0x1000)
|
| /llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 181 if (target.SetSectionLoadAddress(section_sp, in SetLoadAddress()
|
| /llvm-project/lldb/docs/use/ |
| H A D | symbolication.rst | 259 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x100000000) 261 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff83f32000) 263 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff883db000) 265 target.SetSectionLoadAddress(module.FindSection("__TEXT"), 0x7fff8c0dc000)
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 441 target.SetSectionLoadAddress(on_disk_section_sp, in LoadImageUsingMemoryModule() 451 target.SetSectionLoadAddress(on_disk_section_sp, in LoadImageUsingMemoryModule()
|
| /llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 259 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 381 if (target.SetSectionLoadAddress( in SetLoadAddress()
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 234 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 383 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 944 target.SetSectionLoadAddress( in LoadImageUsingMemoryModule() 953 target.SetSectionLoadAddress( in LoadImageUsingMemoryModule()
|
| /llvm-project/lldb/examples/python/ |
| H A D | symbolication.py | 366 error = target.SetSectionLoadAddress(
|
| /llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 2110 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() 2127 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress() 2100 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, SetSectionLoadAddress() function in SBTarget
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 284 changed = m_process->GetTarget().SetSectionLoadAddress( in UpdateImageLoadAddress()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 485 if (target.SetSectionLoadAddress( in SetLoadAddress()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 6256 if (target.SetSectionLoadAddress(section_sp, 6279 if (target.SetSectionLoadAddress(section_sp, section_load_addr, 7085 process.GetTarget().SetSectionLoadAddress(
|
| /llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 748 // SetSectionLoadAddress() below. in GetByteOrder() 765 if (target.SetSectionLoadAddress(section_sp, load_addr)) in GetAddressClass()
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 2977 if (target.SetSectionLoadAddress(section_sp, in DoExecute()
|