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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp174 bool DYLD_PRINT_LIBRARIES; member in struct:dyld::EnvironmentVariables
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()) ) {
1479 else if ( strcmp(key, "DYLD_PRINT_LIBRARIES") == 0 ) {
1480 sEnv.DYLD_PRINT_LIBRARIES = true;

Completed in 64 milliseconds