Lines Matching refs:DynamicLoader
36 DynamicLoader *DynamicLoader::FindPlugin(Process *process, in FindPlugin()
43 std::unique_ptr<DynamicLoader> instance_up( in FindPlugin()
54 std::unique_ptr<DynamicLoader> instance_up( in FindPlugin()
63 DynamicLoader::DynamicLoader(Process *process) : m_process(process) {} in DynamicLoader() function in DynamicLoader
68 bool DynamicLoader::GetStopWhenImagesChange() const { in GetStopWhenImagesChange()
72 void DynamicLoader::SetStopWhenImagesChange(bool stop) { in SetStopWhenImagesChange()
76 ModuleSP DynamicLoader::GetTargetExecutable() { in GetTargetExecutable()
109 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, in UpdateLoadedSections()
115 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, in UpdateLoadedSectionsCommon()
123 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections()
127 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon()
141 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const { in GetSectionListFromModule()
152 ModuleSP DynamicLoader::FindModuleViaTarget(const FileSpec &file) { in FindModuleViaTarget()
165 ModuleSP DynamicLoader::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
188 ModuleSP DynamicLoader::LoadBinaryWithUUIDAndAddress( in LoadBinaryWithUUIDAndAddress()
233 Log *log = GetLog(LLDBLog::DynamicLoader); in LoadBinaryWithUUIDAndAddress()
278 int64_t DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, in ReadUnsignedIntWithSizeInBytes()
289 addr_t DynamicLoader::ReadPointer(addr_t addr) { in ReadPointer()
298 void DynamicLoader::LoadOperatingSystemPlugin(bool flush) in LoadOperatingSystemPlugin()