Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/machine/
H A Dexec.h45 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 Dkern_machdep.c55 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 Dkern_machdep.c73 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 Dmach_fat.c114 grade = grade_binary(testtype, testsubtype, testfeatures, TRUE); in fatfile_getarch()
H A Dmach_loader.c845 if (!grade_binary(header->cputype, in parse_machfile()
H A Dkern_exec.c1296 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK, in exec_mach_imgact()
H A Dkern_sysctl.c5560 …return_value = grade_binary(type_tuple[0], type_tuple[1] & ~CPU_SUBTYPE_MASK, type_tuple[1] & CPU_…