Searched refs:executable_stack (Results 1 – 9 of 9) sorted by relevance
83 int arm_elf_read_implies_exec(const struct elf32_hdr *x, int executable_stack) in arm_elf_read_implies_exec() argument85 if (executable_stack != EXSTACK_DISABLE_X) in arm_elf_read_implies_exec()
204 #define elf_read_implies_exec(ex, executable_stack) \ argument205 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
181 int executable_stack; in load_elf_fdpic_binary() local291 executable_stack = EXSTACK_ENABLE_X; in load_elf_fdpic_binary()293 executable_stack = EXSTACK_DISABLE_X; in load_elf_fdpic_binary()295 executable_stack = EXSTACK_DEFAULT; in load_elf_fdpic_binary()300 executable_stack = EXSTACK_ENABLE_X; in load_elf_fdpic_binary()302 executable_stack = EXSTACK_DISABLE_X; in load_elf_fdpic_binary()304 executable_stack = EXSTACK_DEFAULT; in load_elf_fdpic_binary()323 if (elf_read_implies_exec(&exec_params.hdr, executable_stack)) in load_elf_fdpic_binary()345 executable_stack); in load_elf_fdpic_binary()386 if (executable_stack == EXSTACK_ENABLE_X || in load_elf_fdpic_binary()[all …]
678 int executable_stack = EXSTACK_DEFAULT; in load_elf_binary() local782 executable_stack = EXSTACK_ENABLE_X; in load_elf_binary()784 executable_stack = EXSTACK_DISABLE_X; in load_elf_binary()843 if (elf_read_implies_exec(loc->elf_ex, executable_stack)) in load_elf_binary()854 executable_stack); in load_elf_binary()
643 int executable_stack) in setup_arg_pages() argument700 if (unlikely(executable_stack == EXSTACK_ENABLE_X)) in setup_arg_pages()702 else if (executable_stack == EXSTACK_DISABLE_X) in setup_arg_pages()
274 #define elf_read_implies_exec(ex, executable_stack) \ argument275 (executable_stack != EXSTACK_DISABLE_X)
114 int executable_stack);
118 int executable_stack) in arch_setup_additional_pages() argument
133 int executable_stack);