Home
last modified time | relevance | path

Searched refs:IMGPF_HIGH_BITS_ASLR (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dimgact.h151 #define IMGPF_HIGH_BITS_ASLR 0x00000200 /* randomize high bits of ASLR slide */ macro
/xnu-8019.80.24/bsd/kern/
H A Dmach_loader.c593 (imgp->ip_flags & IMGPF_HIGH_BITS_ASLR)) { in load_machfile()
H A Dkern_exec.c3694 imgp->ip_flags |= IMGPF_HIGH_BITS_ASLR; in posix_spawn()