Searched refs:MAP_ASLR_STACK (Results 1 – 5 of 5) sorted by relevance
235 #define MAP_ASLR_STACK 0x80 /* stack location is randomized */ macro
4376 MAP_ASLR_STACK | MAP_WXORX); in vmspace_fork()
1166 MAP_ASLR_IGNSTART | MAP_ASLR_STACK | MAP_WXORX); in exec_new_vmspace()1224 if ((map->flags & MAP_ASLR_STACK) != 0) { in exec_map_stack()1243 if ((map->flags & MAP_ASLR_STACK) != 0) { in exec_map_stack()
1302 imgp->map_flags |= MAP_ASLR_STACK; in __CONCAT()1320 if ((imgp->map_flags & MAP_ASLR_STACK) == 0) in __CONCAT()
3315 if ((vmspace->vm_map.flags & MAP_ASLR_STACK) != 0) in sysctl_kern_proc_vm_layout()