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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp218 static cpu_subtype_t sHostCPUsubtype; member in namespace:dyld
1800 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7K;
1803 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7;
1806 sHostCPUsubtype = CPU_SUBTYPE_ARM_V6;
1809 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7F;
1812 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7S;
1821 sHostCPUsubtype = info.cpu_subtype;
2156 const cpu_subtype_t* subTypePreferenceList = findCPUSubtypeList(cpu, sHostCPUsubtype);
2163 if ( fatFindExactMatch(cpu, sHostCPUsubtype, fh, offset, len) )
2200 const cpu_subtype_t* subTypePreferenceList = findCPUSubtypeList(mh->cputype, sHostCPUsubtype);
[all...]

Completed in 93 milliseconds