Home
last modified time | relevance | path

Searched refs:exectype (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/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() argument
77 (exectype & CPU_ARCH_ABI64) ? cpu_subtype() : cpu_subtype32(); in grade_binary()
82 switch (exectype) { in grade_binary()
/xnu-8020.101.4/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() argument
59 switch (exectype) { in grade_binary()
/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.h108 cpu_type_t exectype,
H A Dmach_loader.c724 cpu_type_t exectype, in pie_required() argument
727 switch (exectype) { in pie_required()
1482 cpu_type_t exectype __unused, in validate_potential_simulator_binary()
1489 if (bootarg_no32exec && imgp != NULL && exectype == CPU_TYPE_X86) { in validate_potential_simulator_binary()