Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dimgact.h93 u_int map_flags; member
/freebsd/sys/kern/
H A Dimgact_elf.c1297 imgp->map_flags |= MAP_ASLR; in __CONCAT()
1306 imgp->map_flags |= MAP_ASLR_IGNSTART; in __CONCAT()
1308 imgp->map_flags |= MAP_ASLR_STACK; in __CONCAT()
1316 imgp->map_flags |= MAP_WXORX; in __CONCAT()
1326 if ((imgp->map_flags & MAP_ASLR_STACK) == 0) in __CONCAT()
H A Dkern_exec.c1184 map->flags |= imgp->map_flags; in exec_new_vmspace()