Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp390 ModuleSP dyld_module_sp; in ReadDYLDInfoFromMemoryAndSetNotificationCallback() local
395 dyld_module_sp = FindTargetModuleForDYLDImageInfo (m_dyld, true, NULL); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
397 if (dyld_module_sp) in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
398 UpdateImageLoadAddress (dyld_module_sp.get(), m_dyld); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
404 if (m_dyld_all_image_infos_addr == LLDB_INVALID_ADDRESS && dyld_module_sp.get()) in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
407 …const Symbol *symbol = dyld_module_sp->FindFirstSymbolWithNameAndType (g_dyld_all_image_infos, eSy… in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
420 if (dyld_module_sp) in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
422 target.GetImages().AppendIfNeeded (dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
426 modules.Append(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()