Searched refs:elf_read_implies_exec (Results  1 – 8 of 8) sorted by relevance
| /linux-4.1.27/include/linux/ | 
| D | elf.h | 7 #ifndef elf_read_implies_exec 11 # define elf_read_implies_exec(ex, have_pt_gnu_stack)	0  macro
  | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | elf.h | 109 # define elf_read_implies_exec(ex, exec_stk) (is_32bit_task() ? \  macro 112 # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT)  macro
  | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | elf.h | 106 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk)  macro
  | 
| /linux-4.1.27/arch/arm64/include/asm/ | 
| D | elf.h | 117 #define elf_read_implies_exec(ex,stk)	(stk != EXSTACK_DISABLE_X)  macro
  | 
| /linux-4.1.27/arch/ia64/include/asm/ | 
| D | elf.h | 204 #define elf_read_implies_exec(ex, executable_stack)					\  macro
  | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | elf.h | 274 #define elf_read_implies_exec(ex, executable_stack)	\  macro
  | 
| /linux-4.1.27/fs/ | 
| D | binfmt_elf_fdpic.c | 323 	if (elf_read_implies_exec(&exec_params.hdr, executable_stack))  in load_elf_fdpic_binary()
  | 
| D | binfmt_elf.c | 843 	if (elf_read_implies_exec(loc->elf_ex, executable_stack))  in load_elf_binary()
  |