Lines Matching refs:DynamicLoader
32 DynamicLoader *DynamicLoader::FindPlugin(Process *process, in FindPlugin()
41 std::unique_ptr<DynamicLoader> instance_up( in FindPlugin()
52 std::unique_ptr<DynamicLoader> instance_up( in FindPlugin()
61 DynamicLoader::DynamicLoader(Process *process) : m_process(process) {} in DynamicLoader() function in DynamicLoader
66 bool DynamicLoader::GetStopWhenImagesChange() const { in GetStopWhenImagesChange()
70 void DynamicLoader::SetStopWhenImagesChange(bool stop) { in SetStopWhenImagesChange()
74 ModuleSP DynamicLoader::GetTargetExecutable() { in GetTargetExecutable()
107 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, in UpdateLoadedSections()
113 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, in UpdateLoadedSectionsCommon()
121 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections()
125 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon()
139 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const { in GetSectionListFromModule()
150 ModuleSP DynamicLoader::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
218 int64_t DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, in ReadUnsignedIntWithSizeInBytes()
229 addr_t DynamicLoader::ReadPointer(addr_t addr) { in ReadPointer()
238 void DynamicLoader::LoadOperatingSystemPlugin(bool flush) in LoadOperatingSystemPlugin()