Searched refs:MAP_WXORX (Results 1 – 4 of 4) sorted by relevance
231 #define MAP_WXORX 0x40 /* enforce W^X */ macro
1674 if ((map->flags & MAP_WXORX) != 0 && (prot & (VM_PROT_WRITE | in vm_map_insert()2761 if ((map->flags & MAP_WXORX) != 0 && in vm_map_protect()4315 MAP_WXORX); in vmspace_fork()
1083 MAP_ASLR_IGNSTART | MAP_WXORX); in exec_new_vmspace()
1246 imgp->map_flags |= MAP_WXORX; in __CONCAT()