Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dimgact.h94 #define IMGP_ASLR_SHARED_PAGE 0x1 macro
/freebsd/sys/kern/
H A Dkern_exec.c1274 if ((imgp->imgp_flags & IMGP_ASLR_SHARED_PAGE) != 0) { in exec_map_stack()
H A Dimgact_elf.c1310 imgp->imgp_flags |= IMGP_ASLR_SHARED_PAGE; in __CONCAT()