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

/linux-master/include/linux/
H A Dbinfmts.h129 #define EXSTACK_ENABLE_X 2 /* Enable executable stacks */ macro
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c317 executable_stack = EXSTACK_ENABLE_X;
326 executable_stack = EXSTACK_ENABLE_X;
416 if (executable_stack == EXSTACK_ENABLE_X ||
H A Dbinfmt_elf.c929 executable_stack = EXSTACK_ENABLE_X;
H A Dexec.c810 * EXSTACK_ENABLE_X, disable for EXSTACK_DISABLE_X and leave alone
813 if (unlikely(executable_stack == EXSTACK_ENABLE_X))

Completed in 240 milliseconds