Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dimgact.h161 #define IMGPF_ALT_ROSETTA 0x20000000 /* load alternative rosetta runtime */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_exec.c1363 if ((imgp->ip_flags & (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA)) == 0) { in imgact_setup_sec()
4502 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in posix_spawn()
4507 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in posix_spawn()
5951 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in __mac_execve()
H A Dmach_loader.c3398 if (imgp->ip_flags & IMGPF_ALT_ROSETTA) { in load_rosetta()