Searched refs:executable_stack (Results 1 – 6 of 6) sorted by relevance
104 int arm_elf_read_implies_exec(int executable_stack) in arm_elf_read_implies_exec() argument106 if (executable_stack == EXSTACK_DEFAULT) in arm_elf_read_implies_exec()
286 #define elf_read_implies_exec(ex, executable_stack) \ argument287 (mmap_is_ia32() && executable_stack == EXSTACK_DEFAULT)
53 int executable_stack) in arch_setup_additional_pages() argument
357 int executable_stack);
833 int executable_stack = EXSTACK_DEFAULT; in load_elf_binary() local928 executable_stack = EXSTACK_ENABLE_X; in load_elf_binary()930 executable_stack = EXSTACK_DISABLE_X; in load_elf_binary()1002 if (elf_read_implies_exec(*elf_ex, executable_stack)) in load_elf_binary()1014 executable_stack); in load_elf_binary()
600 int executable_stack) in setup_arg_pages() argument660 if (unlikely(executable_stack == EXSTACK_ENABLE_X)) in setup_arg_pages()662 else if (executable_stack == EXSTACK_DISABLE_X) in setup_arg_pages()