Searched refs:MAP_ASLR_STACK (Results 1 – 4 of 4) sorted by relevance
232 #define MAP_ASLR_STACK 0x80 /* stack location is randomized */ macro
4287 MAP_ASLR_STACK | MAP_WXORX); in vmspace_fork()
1171 MAP_ASLR_IGNSTART | MAP_ASLR_STACK | MAP_WXORX); in exec_new_vmspace()1241 if ((map->flags & MAP_ASLR_STACK) != 0) { in exec_map_stack()1260 if ((map->flags & MAP_ASLR_STACK) != 0) { in exec_map_stack()
1294 imgp->map_flags |= MAP_ASLR_STACK; in __CONCAT()1309 if ((imgp->map_flags & MAP_ASLR_STACK) == 0) in __CONCAT()