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

/darwin-on-arm/xnu/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, "");
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c169 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c207 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c169 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.c327 * or allow_stack_exec to enable data execution for that type of data area for that particular
344 * Note that allow_data_exec or allow_stack_exec may also be modified by sysctl to change the
353 extern int allow_data_exec, allow_stack_exec;
375 return allow_stack_exec & current_abi;

Completed in 47 milliseconds