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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1157 uint32_t sysVersion; local
1158 if ( getDylibVersionAndInstallname(sysInstallName, &sysVersion, NULL) ) {
1159 //dyld::log("%s has version 0x%08X\n", sysInstallName, sysVersion);
1160 if ( altVersion > sysVersion ) {

Completed in 66 milliseconds