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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp209 static cpu_type_t sHostCPU; member in namespace:dyld
1765 sHostCPU = CPU_TYPE_ARM;
1768 sHostCPU = CPU_TYPE_ARM;
1771 sHostCPU = CPU_TYPE_ARM;
1774 sHostCPU = CPU_TYPE_ARM;
1777 sHostCPU = CPU_TYPE_ARM;
1786 sHostCPU = info.cpu_type;
2080 if ( (cpu & CPU_TYPE_MASK) == sHostCPU ) {
2124 if ( (mh->cputype & CPU_TYPE_MASK) == sHostCPU ) {

Completed in 90 milliseconds