Searched defs:elf_check_arch (Results 1 - 39 of 39) sorted by relevance

/linux-4.1.27/arch/unicore32/kernel/
H A Delf.c18 int elf_check_arch(const struct elf32_hdr *x) elf_check_arch() function
30 EXPORT_SYMBOL(elf_check_arch); variable
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Delf.h11 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Delf.h11 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/arm/kernel/
H A Delf.c8 int elf_check_arch(const struct elf32_hdr *x) elf_check_arch() function
39 EXPORT_SYMBOL(elf_check_arch); variable
/linux-4.1.27/arch/nios2/include/asm/
H A Delf.h27 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Delf.h29 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/arc/include/asm/
H A Delf.h41 #define elf_check_arch elf_check_arch macro
/linux-4.1.27/arch/arc/kernel/
H A Dprocess.c196 int elf_check_arch(const struct elf32_hdr *x) elf_check_arch() function
212 EXPORT_SYMBOL(elf_check_arch); variable
/linux-4.1.27/arch/unicore32/include/asm/
H A Delf.h63 #define elf_check_arch elf_check_arch macro
/linux-4.1.27/arch/microblaze/include/uapi/asm/
H A Delf.h26 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Delf.h20 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-4.1.27/arch/score/include/asm/
H A Delf.h42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Delf.h59 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/frv/kernel/
H A Dprocess.c207 int elf_check_arch(const struct elf32_hdr *hdr) elf_check_arch() function
/linux-4.1.27/arch/m68k/include/asm/
H A Delf.h48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux-4.1.27/arch/alpha/boot/tools/
H A Dobjstrip.c32 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-4.1.27/fs/
H A Dcompat_binfmt_elf.c78 #undef elf_check_arch macro
79 #define elf_check_arch compat_elf_check_arch macro
/linux-4.1.27/arch/x86/um/asm/
H A Delf.h29 #define elf_check_arch(x) \ macro
125 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/tile/include/asm/
H A Delf.h63 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/mips/kernel/
H A Dbinfmt_elfn32.c33 #define elf_check_arch(hdr) \ macro
H A Dbinfmt_elfo32.c45 #define elf_check_arch(hdr) \ macro
/linux-4.1.27/arch/avr32/include/asm/
H A Delf.h67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
/linux-4.1.27/arch/c6x/include/asm/
H A Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Delf.h78 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/metag/include/asm/
H A Delf.h66 #define elf_check_arch(x) ((x)->e_machine == EM_METAG) macro
/linux-4.1.27/arch/arm/include/asm/
H A Delf.h101 #define elf_check_arch elf_check_arch macro
/linux-4.1.27/arch/alpha/include/asm/
H A Delf.h76 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Delf_32.h98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
H A Delf_64.h177 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-4.1.27/arch/x86/include/asm/
H A Delf.h96 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
160 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/sh/include/asm/
H A Delf.h96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Delf.h115 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Delf.h37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Delf.h171 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Delf.h110 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
/linux-4.1.27/arch/s390/include/asm/
H A Delf.h139 #define elf_check_arch(x) \ macro
/linux-4.1.27/arch/ia64/include/asm/
H A Delf.h19 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64) macro
/linux-4.1.27/arch/mips/include/asm/
H A Delf.h224 #define elf_check_arch(hdr) \ macro
255 #define elf_check_arch(hdr) \ macro
/linux-4.1.27/arch/parisc/include/asm/
H A Delf.h312 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS) macro

Completed in 3892 milliseconds