EXSTACK_DEFAULT   107 arch/powerpc/include/asm/elf.h 		(exec_stk == EXSTACK_DEFAULT) : 0)
EXSTACK_DEFAULT   109 arch/powerpc/include/asm/elf.h # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT)
EXSTACK_DEFAULT   155 arch/x86/ia32/ia32_aout.c 	retval = setup_arg_pages(bprm, IA32_STACK_TOP, EXSTACK_DEFAULT);
EXSTACK_DEFAULT   173 fs/binfmt_aout.c 	retval = setup_arg_pages(bprm, STACK_TOP, EXSTACK_DEFAULT);
EXSTACK_DEFAULT   687 fs/binfmt_elf.c 	int executable_stack = EXSTACK_DEFAULT;
EXSTACK_DEFAULT   321 fs/binfmt_elf_fdpic.c 		executable_stack = EXSTACK_DEFAULT;
EXSTACK_DEFAULT   330 fs/binfmt_elf_fdpic.c 			executable_stack = EXSTACK_DEFAULT;
EXSTACK_DEFAULT   418 fs/binfmt_elf_fdpic.c 	    (executable_stack == EXSTACK_DEFAULT && VM_STACK_FLAGS & VM_EXEC))
EXSTACK_DEFAULT   971 fs/binfmt_flat.c 	res = setup_arg_pages(bprm, STACK_TOP, EXSTACK_DEFAULT);