Home
last modified time | relevance | path

Searched refs:allow_stack_exec (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/bsd/vm/
H A Dvm_unix.c336 extern int allow_stack_exec, allow_data_exec;
338 SYSCTL_INT(_vm, OID_AUTO, allow_stack_exec, CTLFLAG_RW | CTLFLAG_LOCKED, &allow_stack_exec, 0, "");
/xnu-8020.121.3/osfmk/x86_64/
H A Dpmap.c182 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
185 const int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
/xnu-8020.121.3/osfmk/arm/
H A Dpmap.c458 int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
465 const int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
/xnu-8020.121.3/osfmk/vm/
H A Dvm_map.c619 extern int allow_data_exec, allow_stack_exec;
646 return allow_stack_exec & current_abi; in override_nx()