Home | History | Annotate | Download | only in coregrind

Lines Matching refs:cputype

58    cpu_type_t cputype;
70 static const char *name_for_cputype(cpu_type_t cputype)
74 if (valid_archs[i].cputype == cputype) {
129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
135 if (ntohl(fa[i].cputype) == cputype) return 1;
162 return name_for_cputype(mh->cputype);
164 return name_for_cputype(OSSwapInt32(mh->cputype));
177 return name_for_cputype(ntohl(fa->cputype));
186 if (fat_has_cputype(fh, valid_archs[i].cputype)) {
302 if (!valid_archs[i].cputype) continue;
307 default_cputype = valid_archs[i].cputype;