Home
last modified time | relevance | path

Searched refs:grade_binary (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/machine/
H A Dexec.h45 int grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool allow_simulator_binary);
/xnu-12377.61.12/bsd/kern/
H A Dmach_fat.c114 grade = grade_binary(testtype, testsubtype, testfeatures, TRUE); in fatfile_getarch()
H A Dmach_loader.c1033 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 Dkern_exec.c1859 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK, in exec_mach_imgact()
H A Dkern_sysctl.c5695 …return_value = grade_binary(type_tuple[0], type_tuple[1] & ~CPU_SUBTYPE_MASK, type_tuple[1] & CPU_…