Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDimgact.h94 #define IMGP_ASLR_SHARED_PAGE 0x1 macro
/freebsd-14-stable/sys/kern/
HDkern_exec.c1262 if ((imgp->imgp_flags & IMGP_ASLR_SHARED_PAGE) != 0) { in exec_map_stack()
HDimgact_elf.c1304 imgp->imgp_flags |= IMGP_ASLR_SHARED_PAGE; in __CONCAT()