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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp210 static cpu_subtype_t sHostCPUsubtype; member in namespace:dyld
1766 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7;
1769 sHostCPUsubtype = CPU_SUBTYPE_ARM_V6;
1772 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7F;
1775 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7S;
1778 sHostCPUsubtype = CPU_SUBTYPE_ARM_V7K;
1787 sHostCPUsubtype = info.cpu_subtype;
2082 const cpu_subtype_t* subTypePreferenceList = findCPUSubtypeList(cpu, sHostCPUsubtype);
2089 if ( fatFindExactMatch(cpu, sHostCPUsubtype, fh, offset, len) )
2126 const cpu_subtype_t* subTypePreferenceList = findCPUSubtypeList(mh->cputype, sHostCPUsubtype);
[all...]

Completed in 81 milliseconds