Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dimgact.h140 #define IMGPF_NONE 0x00000000 /* No flags */ macro
/xnu-8792.81.2/bsd/kern/
H A Dkern_exec.c3439 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE); in posix_spawn()
4953 …ags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_… in __mac_execve()