Home
last modified time | relevance | path

Searched refs:aslr_ctl (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_procctl.c757 aslr_ctl(struct thread *td, struct proc *p, void *data) in aslr_ctl() function
1058 .exec = aslr_ctl, .copyout_on_error = false, },
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2297 int aslr_ctl = PROC_ASLR_FORCE_DISABLE; in CheckASLR()
2298 CHECK_NE(internal_procctl(P_PID, 0, PROC_ASLR_CTL, &aslr_ctl), -1); in CheckASLR()