Searched refs:grade_binary (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/machine/ |
| H A D | exec.h | 45 int grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool allow_simulator_binary);
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | mach_fat.c | 114 grade = grade_binary(testtype, testsubtype, testfeatures, TRUE); in fatfile_getarch()
|
| H A D | mach_loader.c | 1033 grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures, bool allow… in grade_binary() function 1138 if (!grade_binary(header->cputype, in parse_machfile()
|
| H A D | kern_exec.c | 1859 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK, in exec_mach_imgact()
|
| H A D | kern_sysctl.c | 5695 …return_value = grade_binary(type_tuple[0], type_tuple[1] & ~CPU_SUBTYPE_MASK, type_tuple[1] & CPU_…
|