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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp1131 uint32_t sysVersion; local
1132 if ( getDylibVersionAndInstallname(sysInstallName, &sysVersion, NULL) ) {
1133 //dyld::log("%s has version 0x%08X\n", sysInstallName, sysVersion);
1134 if ( altVersion > sysVersion ) {

Completed in 96 milliseconds