Searched refs:_moduleCookie (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h99 const void *_moduleCookie; member in struct:__CFBundle
H A DCFBundle.c1188 bundle->_moduleCookie = NULL;
4098 bundle->_moduleCookie = module;
4217 printf("dyld unload bundle %p, handle %p module %p image %p\n", bundle, bundle->_handleCookie, bundle->_moduleCookie, bundle->_imageCookie);
4219 if (bundle->_moduleCookie && !NSUnLinkModule((NSModule)(bundle->_moduleCookie), NSUNLINKMODULE_OPTION_NONE)) {
4222 if (bundle->_moduleCookie && bundle->_imageCookie) (void)NSDestroyObjectFileImage((NSObjectFileImage)(bundle->_imageCookie));
4224 bundle->_imageCookie = bundle->_moduleCookie = NULL;
4241 if (bundle->_moduleCookie) {
4242 symbol = NSLookupSymbolInModule((NSModule)(bundle->_moduleCookie), buff);
4246 if (!symbol && !bundle->_moduleCookie
[all...]

Completed in 86 milliseconds