Searched refs:IMGPF_DISABLE_ASLR (Results 1 – 3 of 3) sorted by relevance
147 #define IMGPF_DISABLE_ASLR 0x00000020 /* disable ASLR */ macro
543 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) { in load_machfile()3152 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) { in load_rosetta()
4309 imgp->ip_flags |= IMGPF_DISABLE_ASLR; in posix_spawn()5302 …GPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_ASLR : IMGPF_NONE… in __mac_execve()6650 imgp->ip_flags &= ~(IMGPF_ALLOW_DATA_EXEC | IMGPF_DISABLE_ASLR); in exec_check_permissions()