Searched refs:allow_data_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;
100 SYSCTL_INT(_vm, OID_AUTO, allow_data_exec, CTLFLAG_RW, &allow_data_exec, 0, "");
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmappings.c87 int allow_data_exec = VM_ABI_32; /* 32-bit apps may execute data by default, 64-bit apps may not */ variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c225 int allow_data_exec = 0; /* no exec from data, embedded is hardcore like that */ variable
227 int allow_data_exec = VM_ABI_32; /* 32-bit apps may execute data by default, 64-bit apps may not */ variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c295 * for 32 and 64 bit processes. Set the VM_ABI_32 or VM_ABI_64 flags in allow_data_exec
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;
341 return allow_data_exec & current_abi;

Completed in 110 milliseconds