Searched refs:elf_check_arch (Results 1 - 25 of 41) sorted by relevance

12

/arch/arc/include/asm/
H A Delf.h40 extern int elf_check_arch(const struct elf32_hdr *);
41 #define elf_check_arch elf_check_arch macro
/arch/unicore32/kernel/
H A Delf.c18 int elf_check_arch(const struct elf32_hdr *x) function
30 EXPORT_SYMBOL(elf_check_arch); variable
/arch/unicore32/include/asm/
H A Delf.h62 extern int elf_check_arch(const struct elf32_hdr *);
63 #define elf_check_arch elf_check_arch macro
/arch/openrisc/include/asm/
H A Delf.h29 #define elf_check_arch(x) \ macro
/arch/arm/include/asm/
H A Delf.h98 extern int elf_check_arch(const struct elf32_hdr *);
99 #define elf_check_arch elf_check_arch macro
/arch/um/sys-ppc/asm/
H A Delf.h12 #define elf_check_arch(x) (1) macro
/arch/arm/kernel/
H A Delf.c8 int elf_check_arch(const struct elf32_hdr *x) function
39 EXPORT_SYMBOL(elf_check_arch); variable
/arch/avr32/include/asm/
H A Delf.h67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
/arch/arc/kernel/
H A Dprocess.c218 int elf_check_arch(const struct elf32_hdr *x) function
234 EXPORT_SYMBOL(elf_check_arch); variable
/arch/c6x/include/asm/
H A Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/arch/m32r/include/asm/
H A Delf.h78 #define elf_check_arch(x) \ macro
/arch/metag/include/asm/
H A Delf.h66 #define elf_check_arch(x) ((x)->e_machine == EM_METAG) macro
/arch/microblaze/include/uapi/asm/
H A Delf.h26 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/arch/score/include/asm/
H A Delf.h42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
/arch/sparc/include/asm/
H A Delf_32.h98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/arch/alpha/include/asm/
H A Delf.h76 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/arch/arm64/include/asm/
H A Delf.h115 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
/arch/blackfin/include/asm/
H A Delf.h37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro
/arch/cris/include/arch-v10/arch/
H A Delf.h11 #define elf_check_arch(x) \ macro
/arch/cris/include/arch-v32/arch/
H A Delf.h11 #define elf_check_arch(x) \ macro
/arch/m68k/include/asm/
H A Delf.h48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/arch/powerpc/include/asm/
H A Delf.h20 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/arch/frv/include/asm/
H A Delf.h72 extern int elf_check_arch(const struct elf32_hdr *hdr);
/arch/ia64/hp/sim/boot/
H A Dbootloader.c122 if (!elf_check_arch(elf)) {
/arch/mips/kernel/
H A Dbinfmt_elfn32.c33 #define elf_check_arch(hdr) \ macro

Completed in 1160 milliseconds

12