Searched refs:allow_data_exec (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.121.2/bsd/vm/ |
| H A D | vm_unix.c | 359 extern int allow_stack_exec, allow_data_exec; 362 SYSCTL_INT(_vm, OID_AUTO, allow_data_exec, CTLFLAG_RW | CTLFLAG_LOCKED, &allow_data_exec, 0, "");
|
| /xnu-8796.121.2/osfmk/x86_64/ |
| H A D | pmap.c | 181 int allow_data_exec = VM_ABI_32; /* 32-bit apps may execute data by default, 64-bit apps may… variable 184 const int allow_data_exec = VM_ABI_32; /* 32-bit apps may execute data by default, 64-bit apps may… variable
|
| /xnu-8796.121.2/osfmk/arm/pmap/ |
| H A D | pmap.c | 421 int allow_data_exec = 0; /* No apps may execute data */ variable 428 const int allow_data_exec = 0; /* No apps may execute data */ variable
|
| /xnu-8796.121.2/osfmk/vm/ |
| H A D | vm_map.c | 666 extern int allow_data_exec, allow_stack_exec; 696 return (allow_data_exec & current_abi) && (map->map_disallow_data_exec == FALSE); in override_nx()
|