Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/proccontrol/
H A Dproccontrol.c169 switch (arg & ~PROC_ASLR_ACTIVE) { in main()
180 if ((arg & PROC_ASLR_ACTIVE) != 0) in main()
/freebsd-12.1/sys/sys/
H A Dprocctl.h130 #define PROC_ASLR_ACTIVE 0x80000000 macro
/freebsd-12.1/sys/kern/
H A Dkern_procctl.c467 d |= PROC_ASLR_ACTIVE; in aslr_status()