Home
last modified time | relevance | path

Searched refs:IMGPF_ALT_ROSETTA (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dimgact.h154 #define IMGPF_ALT_ROSETTA 0x00004000 /* load alternative rosetta runtime */ macro
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c3334 imgp->ip_flags |= IMGPF_ALT_ROSETTA; in posix_spawn()