Searched refs:allow_stack_exec (Results 1 – 5 of 5) sorted by relevance
401 extern int allow_stack_exec, allow_data_exec;403 SYSCTL_INT(_vm, OID_AUTO, allow_stack_exec, CTLFLAG_RW | CTLFLAG_LOCKED, &allow_stack_exec, 0, "");
182 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable185 const int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
512 int allow_stack_exec = 0; /* No apps may execute from the stack */ variable520 const int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
464 int allow_stack_exec = 0; /* No apps may execute from the stack */ variable472 const int allow_stack_exec = 0; /* No apps may execute from the stack */ variable
835 extern int allow_data_exec, allow_stack_exec;862 return allow_stack_exec & current_abi; in override_nx()