Lines Matching refs:DynamicLoader

32 DynamicLoader *DynamicLoader::FindPlugin(Process *process,  in FindPlugin()
39 std::unique_ptr<DynamicLoader> instance_up( in FindPlugin()
50 std::unique_ptr<DynamicLoader> instance_up( in FindPlugin()
59 DynamicLoader::DynamicLoader(Process *process) : m_process(process) {} in DynamicLoader() function in DynamicLoader
64 bool DynamicLoader::GetStopWhenImagesChange() const { in GetStopWhenImagesChange()
68 void DynamicLoader::SetStopWhenImagesChange(bool stop) { in SetStopWhenImagesChange()
72 ModuleSP DynamicLoader::GetTargetExecutable() { in GetTargetExecutable()
105 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, in UpdateLoadedSections()
111 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, in UpdateLoadedSectionsCommon()
119 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections()
123 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon()
137 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const { in GetSectionListFromModule()
148 ModuleSP DynamicLoader::FindModuleViaTarget(const FileSpec &file) { in FindModuleViaTarget()
161 ModuleSP DynamicLoader::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
174 int64_t DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, in ReadUnsignedIntWithSizeInBytes()
185 addr_t DynamicLoader::ReadPointer(addr_t addr) { in ReadPointer()
194 void DynamicLoader::LoadOperatingSystemPlugin(bool flush) in LoadOperatingSystemPlugin()