Home
last modified time | relevance | path

Searched refs:LoadModuleAtAddress (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h256 virtual lldb::ModuleSP LoadModuleAtAddress(const lldb_private::FileSpec &file,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp370 LoadModuleAtAddress(file, I->link_addr, I->base_addr, true); in RefreshModules()
489 LoadModuleAtAddress(file, I->link_addr, I->base_addr, true); in LoadAllCurrentModules()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp155 ModuleSP DynamicLoader::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress() function in DynamicLoader
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp430 LoadModuleAtAddress(I->file_spec, I->link_addr, I->base_addr, true); in RefreshModules()
582 LoadModuleAtAddress(I->file_spec, I->link_addr, I->base_addr, true); in LoadAllCurrentModules()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h417 lldb::ModuleSP LoadModuleAtAddress(const FileSpec &file,
H A DProcessGDBRemote.cpp4827 lldb::ModuleSP ProcessGDBRemote::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress() function in ProcessGDBRemote
4835 return loader->LoadModuleAtAddress(file, link_map, base_addr, in LoadModuleAtAddress()
4868 LoadModuleAtAddress(file, link_map, mod_base, mod_base_is_offset); in LoadModules()