| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadHistory.cpp | 124 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress() function in SectionLoadHistory 131 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 | 2837 bool Target::SetSectionLoadAddress(const SectionSP §ion_sp, in SetSectionLoadAddress() function in Target 2850 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
|
| /freebsd-13.1/contrib/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 | 1102 bool SetSectionLoadAddress(const lldb::SectionSP §ion,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 118 if (m_process->GetTarget().SetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 222 if (target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 264 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 351 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 384 if (target.SetSectionLoadAddress( in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 244 target.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTarget.i | 416 SetSectionLoadAddress (lldb::SBSection section,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 2168 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() function in SBTarget 2170 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, SetSectionLoadAddress, in SetSectionLoadAddress() 2187 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress() 2713 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, SetSectionLoadAddress, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 107 target.GetSectionLoadList().SetSectionLoadAddress( in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 699 if (target.GetSectionLoadList().SetSectionLoadAddress(section_sp, in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 2708 .SetSectionLoadAddress(section_sp, load_addr)) in DoExecute()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 48341 result = (arg1)->SetSectionLoadAddress(arg2,arg3); in _wrap_SBTarget_SetSectionLoadAddress()
|