Lines Matching defs:cpuType
190 uint32_t cpuType;
191 std::tie(cpuType, std::ignore) = getCPUTypeFromArchitecture(config->arch());
193 if (hdr->cputype != cpuType) {
248 auto getArchName = [](uint32_t cpuType, uint32_t cpuSubtype) {
249 return getArchitectureName(getArchitectureFromCpuType(cpuType, cpuSubtype));
260 uint32_t cpuType = read32be(&arch[i].cputype);
266 if (cpuType != static_cast<uint32_t>(target->cpuType) ||
268 archs.emplace_back(getArchName(cpuType, cpuSubtype));
282 auto targetArchName = getArchName(target->cpuType, target->cpuSubtype);
1841 uint32_t cpuType;
1846 std::tie(cpuType, std::ignore) = getCPUTypeFromArchitecture(p);
1847 return cpuType == targetCpuType;