Searched refs:_handleCookie (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c906 if (!_mainBundle->_handleCookie) {
907 _mainBundle->_handleCookie = dlopen(NULL, RTLD_NOLOAD | RTLD_FIRST);
909 printf("main bundle %p getting handle %p\n", _mainBundle, _mainBundle->_handleCookie);
1186 bundle->_handleCookie = NULL;
3202 if (bundle->_handleCookie) _CFBundleDlfcnUnload(bundle);
3209 if (bundle->_handleCookie && _CFExecutableLinkedOnOrAfter(CFSystemVersionLeopard)) _CFBundleDlfcnUnload(bundle);
3220 if (bundle->_handleCookie) _CFBundleDlfcnUnload(bundle);
3320 if (bundle->_handleCookie) return _CFBundleDlfcnGetSymbolByName(bundle, funcName);
3333 if (bundle->_handleCookie) return _CFBundleDlfcnGetSymbolByName(bundle, funcName);
3353 if (bundle->_handleCookie) f
[all...]
H A DCFBundle_Internal.h102 void *_handleCookie; member in struct:__CFBundle

Completed in 214 milliseconds