Searched refs:P_DISABLE_ASLR (Results 1 – 4 of 4) sorted by relevance
182 #define P_DISABLE_ASLR 0x00001000 /* Disable address space layout randomization */ macro
1038 …child_proc->p_flag = (parent_proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_DELAYIDLES… in forkproc()1040 …child_proc->p_flag = (parent_proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_SUGID | P_… in forkproc()
630 kernproc->p_flag |= P_DISABLE_ASLR; in bsd_init()
4796 OSBitOrAtomic(P_DISABLE_ASLR, &p->p_flag); in posix_spawn()4832 if (p->p_flag & P_DISABLE_ASLR) { in posix_spawn()5867 …imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMG… in __mac_execve()