| /linux-4.4.14/arch/unicore32/kernel/ | 
| D | elf.c | 18 int elf_check_arch(const struct elf32_hdr *x)  in elf_check_arch()  function
 | 
| /linux-4.4.14/arch/openrisc/include/asm/ | 
| D | elf.h | 29 #define elf_check_arch(x) \  macro
 | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | elf.c | 8 int elf_check_arch(const struct elf32_hdr *x)  in elf_check_arch()  function
 | 
| /linux-4.4.14/arch/cris/include/uapi/asm/ | 
| D | elf_v10.h | 12 #define elf_check_arch(x)			\  macro
 | 
| D | elf_v32.h | 12 #define elf_check_arch(x)			\  macro
 | 
| /linux-4.4.14/arch/nios2/include/asm/ | 
| D | elf.h | 27 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2)  macro
 | 
| /linux-4.4.14/arch/x86/um/asm/ | 
| D | elf.h | 29 #define elf_check_arch(x) \  macro125 #define elf_check_arch(x) \  macro
 
 | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | elf.h | 46 #define elf_check_arch	elf_check_arch  macro
 | 
| /linux-4.4.14/arch/microblaze/include/uapi/asm/ | 
| D | elf.h | 27 #define elf_check_arch(x)	((x)->e_machine == EM_MICROBLAZE \  macro
 | 
| /linux-4.4.14/arch/unicore32/include/asm/ | 
| D | elf.h | 63 #define elf_check_arch elf_check_arch  macro
 | 
| /linux-4.4.14/fs/ | 
| D | compat_binfmt_elf.c | 79 #define	elf_check_arch	compat_elf_check_arch  macro
 | 
| /linux-4.4.14/arch/arc/kernel/ | 
| D | process.c | 198 int elf_check_arch(const struct elf32_hdr *x)  in elf_check_arch()  function
 | 
| /linux-4.4.14/arch/alpha/boot/tools/ | 
| D | objstrip.c | 32 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)  macro
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | elf.h | 96 #define elf_check_arch(x)	elf_check_arch_ia32(x)  macro160 #define elf_check_arch(x)			\  macro
 
 | 
| /linux-4.4.14/arch/frv/kernel/ | 
| D | process.c | 207 int elf_check_arch(const struct elf32_hdr *hdr)  in elf_check_arch()  function
 | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | elf.h | 59 #define elf_check_arch(x) \  macro
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | elf.h | 20 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)  macro
 | 
| /linux-4.4.14/arch/score/include/asm/ | 
| D | elf.h | 42 #define elf_check_arch(x)	((x)->e_machine == EM_SCORE7)  macro
 | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | elf.h | 48 #define elf_check_arch(x) ((x)->e_machine == EM_68K)  macro
 | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | elf.h | 67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 )  macro
 | 
| /linux-4.4.14/arch/h8300/include/asm/ | 
| D | elf.h | 20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300)  macro
 | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | elf.h | 61 #define elf_check_arch(x)  \  macro
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | elf.h | 101 #define elf_check_arch elf_check_arch  macro
 | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | elf.h | 66 #define elf_check_arch(x) ((x)->e_machine == EM_METAG)  macro
 | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | elf.h | 78 #define elf_check_arch(x) \  macro
 | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | elf.h | 76 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)  macro
 | 
| /linux-4.4.14/arch/c6x/include/asm/ | 
| D | elf.h | 31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000)  macro
 | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | elf.h | 171 #define elf_check_arch(hdr)	((hdr)->e_machine == EM_HEXAGON)  macro
 | 
| /linux-4.4.14/arch/blackfin/include/asm/ | 
| D | elf.h | 37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN)  macro
 | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | elf_32.h | 98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)  macro
 | 
| D | elf_64.h | 178 #define elf_check_arch(x)		((x)->e_machine == ELF_ARCH)  macro
 | 
| /linux-4.4.14/arch/mips/kernel/ | 
| D | binfmt_elfn32.c | 33 #define elf_check_arch(hdr)						\  macro
 | 
| D | binfmt_elfo32.c | 45 #define elf_check_arch(hdr)						\  macro
 | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | elf.h | 115 #define elf_check_arch(x)		((x)->e_machine == EM_AARCH64)  macro
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | elf.h | 225 #define elf_check_arch(hdr)						\  macro256 #define elf_check_arch(hdr)						\  macro
 
 | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | elf.h | 96 #define elf_check_arch(x)		((x)->e_machine == EM_SH)  macro
 | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | elf.h | 139 #define elf_check_arch(x) \  macro
 | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | elf.h | 110 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA )  || \  macro
 | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | elf.h | 19 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64)  macro
 | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | elf.h | 312 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)  macro
 |