Searched refs:grade_binary (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.61.5/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-11215.61.5/bsd/dev/i386/ |
| H A D | kern_machdep.c | 55 grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, b… in grade_binary() function
|
| /xnu-11215.61.5/bsd/dev/arm/ |
| H A D | kern_machdep.c | 73 grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, b… in grade_binary() function
|
| /xnu-11215.61.5/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 | 845 if (!grade_binary(header->cputype, in parse_machfile()
|
| H A D | kern_exec.c | 1296 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK, in exec_mach_imgact()
|
| H A D | kern_sysctl.c | 5560 …return_value = grade_binary(type_tuple[0], type_tuple[1] & ~CPU_SUBTYPE_MASK, type_tuple[1] & CPU_…
|