EXSTACK_DISABLE_X 87 arch/arm/kernel/elf.c if (executable_stack != EXSTACK_DISABLE_X) EXSTACK_DISABLE_X 99 arch/arm64/include/asm/elf.h #define elf_read_implies_exec(ex,stk) (stk != EXSTACK_DISABLE_X) EXSTACK_DISABLE_X 206 arch/ia64/include/asm/elf.h ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0) EXSTACK_DISABLE_X 331 arch/mips/kernel/elf.c if (exstack != EXSTACK_DISABLE_X) { EXSTACK_DISABLE_X 286 arch/x86/include/asm/elf.h (executable_stack != EXSTACK_DISABLE_X) EXSTACK_DISABLE_X 792 fs/binfmt_elf.c executable_stack = EXSTACK_DISABLE_X; EXSTACK_DISABLE_X 319 fs/binfmt_elf_fdpic.c executable_stack = EXSTACK_DISABLE_X; EXSTACK_DISABLE_X 328 fs/binfmt_elf_fdpic.c executable_stack = EXSTACK_DISABLE_X; EXSTACK_DISABLE_X 754 fs/exec.c else if (executable_stack == EXSTACK_DISABLE_X)