Searched refs:allow_stack_exec (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c112 extern int allow_stack_exec, allow_data_exec;
114 SYSCTL_INT(_vm, OID_AUTO, allow_stack_exec, CTLFLAG_RW | CTLFLAG_LOCKED, &allow_stack_exec, 0, "");
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c169 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c332 * or allow_stack_exec to enable data execution for that type of data area for that particular
349 * Note that allow_data_exec or allow_stack_exec may also be modified by sysctl to change the
358 extern int allow_data_exec, allow_stack_exec;
380 return allow_stack_exec & current_abi;

Completed in 111 milliseconds