Home | History | Annotate | Download | only in MacOSX-Kernel

Lines Matching refs:m_dyld_ap

415     if (m_dyld_ap.get() == NULL)
416 m_dyld_ap.reset (DynamicLoader::FindPlugin(this, m_dyld_plugin_name.IsEmpty() ? NULL : m_dyld_plugin_name.GetCString()));
417 return m_dyld_ap.get();