Searched refs:binary_match (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/machine/ |
| H A D | exec.h | 46 boolean_t binary_match(cpu_type_t mask_bits, cpu_type_t req_cpu,
|
| /xnu-11215/bsd/kern/ |
| H A D | mach_fat.c | 107 if (!binary_match(mask_bits, req_cpu_type, req_subcpu_type, testtype, testsubtype)) { in fatfile_getarch()
|
| H A D | kern_exec.c | 1035 binary_match(cpu_type_t mask, cpu_type_t req_cpu, in binary_match() function 1287 if (binary_match(CPU_ARCH_MASK, pref, subpref, in exec_mach_imgact()
|