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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp217 static cpu_type_t sHostCPU; member in namespace:dyld
1799 sHostCPU = CPU_TYPE_ARM;
1802 sHostCPU = CPU_TYPE_ARM;
1805 sHostCPU = CPU_TYPE_ARM;
1808 sHostCPU = CPU_TYPE_ARM;
1811 sHostCPU = CPU_TYPE_ARM;
1820 sHostCPU = info.cpu_type;
2154 if ( (cpu & CPU_TYPE_MASK) == sHostCPU ) {
2198 if ( (mh->cputype & CPU_TYPE_MASK) == sHostCPU ) {

Completed in 106 milliseconds