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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2188 bool isCompatibleMachO(const uint8_t* firstPage, const char* path) function in namespace:dyld
2245 if ( isCompatibleMachO((const uint8_t*)mh, path) ) {
2440 if ( isCompatibleMachO(firstPage, path) ) {
3623 if ( isCompatibleMachO(mem, moduleName) ) {
4488 else if ( !isCompatibleMachO(firstPage, dyldPath) ) {

Completed in 64 milliseconds