Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dimgact.h93 u_int map_flags; member
/freebsd-12.1/sys/kern/
H A Dimgact_elf.c1194 imgp->map_flags |= MAP_ASLR; in __CONCAT()
1203 imgp->map_flags |= MAP_ASLR_IGNSTART; in __CONCAT()
2736 if ((imgp->map_flags & MAP_ASLR) == 0) in __elfN()
H A Dkern_exec.c1120 map->flags |= imgp->map_flags; in exec_new_vmspace()