Searched refs:IMGPF_NONE (Results 1 – 2 of 2) sorted by relevance
140 #define IMGPF_NONE 0x00000000 /* No flags */ macro
3439 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()