Searched refs:gLogAPIs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dyld-239.4/src/
H A DdyldAPIs.cpp282 if ( dyld::gLogAPIs )
295 if ( dyld::gLogAPIs )
302 if ( dyld::gLogAPIs )
313 if ( dyld::gLogAPIs )
324 if ( dyld::gLogAPIs )
336 if ( dyld::gLogAPIs )
347 if ( dyld::gLogAPIs )
358 if ( dyld::gLogAPIs )
365 if ( dyld::gLogAPIs )
375 if ( dyld::gLogAPIs )
[all...]
H A Ddyld.h63 extern bool gLogAPIs;
H A Ddyld.cpp187 // DYLD_PRINT_APIS ==> gLogAPIs
243 bool gLogAPIs = false; member in namespace:dyld
1495 gLogAPIs = true;
3994 if (gLogAPIs) dyld::log("dlclose(), found unused image %p %s\n", image, image->getShortName());
4004 if (gLogAPIs) dyld::log("dlclose(), running terminators for %p %s\n", image, image->getShortName());
4020 if (gLogAPIs) dyld::log("dlclose(), deleting %p %s\n", image, image->getShortName());

Completed in 195 milliseconds