Searched refs:IMGPF_DISABLE_ASLR (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h129 #define IMGPF_DISABLE_ASLR 0x00000020 /* disable ASLR */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1943 imgp->ip_flags |= IMGPF_DISABLE_ASLR;
2322 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_ASLR : IMGPF_NONE);
H A Dmach_loader.c348 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) {

Completed in 31 milliseconds