Home
last modified time | relevance | path

Searched refs:MAP_ASLR (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/vm/
HDvm_map.h231 #define MAP_ASLR 0x08 /* enabled ASLR */ macro
HDvm_map.c2137 en_aslr = (map->flags & MAP_ASLR) != 0; in vm_map_find()
4362 new_map->flags |= old_map->flags & (MAP_ASLR | MAP_ASLR_IGNSTART | in vmspace_fork()
/freebsd-13-stable/sys/kern/
HDimgact_elf.c1298 imgp->map_flags |= MAP_ASLR; in __CONCAT()
1333 KASSERT((map->flags & MAP_ASLR) != 0, in __CONCAT()
1361 if ((map->flags & MAP_ASLR) != 0) { in __CONCAT()
1378 if ((map->flags & MAP_ASLR) != 0) { in __CONCAT()
HDkern_procctl.c800 if ((vm->vm_map.flags & MAP_ASLR) != 0) in aslr_status()
HDkern_exec.c1188 vm_map_modflags(map, 0, MAP_WIREFUTURE | MAP_ASLR | in exec_new_vmspace()