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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp220 static ImageLoader* sMainExecutable = NULL; member in namespace:dyld
970 if ( sEnv.DYLD_PRINT_LIBRARIES || (sEnv.DYLD_PRINT_LIBRARIES_POST_LAUNCH && (sMainExecutable!=NULL) && sMainExecutable->isLinked()) ) {
1047 if ( sEnv.DYLD_PRINT_LIBRARIES || (sEnv.DYLD_PRINT_LIBRARIES_POST_LAUNCH && (sMainExecutable!=NULL) && sMainExecutable->isLinked()) ) {
1116 sMainExecutable->runInitializers(gLinkContext, initializerTimes[0]);
1129 return sMainExecutable->usablePrebinding(gLinkContext);
1134 return sMainExecutable;
1832 if ( sMainExecutable->overlapsWithAddressRange((void*)(uintptr_t)SHARED_REGION_BASE, (void*)(uintptr_t)(SHARED_REGION_BASE + SHARED_REGION_SIZE)) ) {
3455 if ( sMainExecutable
[all...]

Completed in 70 milliseconds