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

/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c97 extern int allow_stack_exec, allow_data_exec;
99 SYSCTL_INT(_vm, OID_AUTO, allow_stack_exec, CTLFLAG_RW, &allow_stack_exec, 0, "");
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmappings.c88 int allow_stack_exec = VM_ABI_32; /* 32-bit apps may execute from the stack by default, 64-bit apps may not */ variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c296 * or allow_stack_exec to enable data execution for that type of data area for that particular
313 * Note that allow_data_exec or allow_stack_exec may also be modified by sysctl to change the
317 extern int allow_data_exec, allow_stack_exec;
339 return allow_stack_exec & current_abi;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c229 int allow_stack_exec = 0; /* No apps may execute from the stack by default */ variable

Completed in 110 milliseconds