Home
last modified time | relevance | path

Searched refs:elf_check_arch (Results 1 – 25 of 42) sorted by relevance

12

/arch/arc/include/asm/
Delf.h44 extern int elf_check_arch(const struct elf32_hdr *);
45 #define elf_check_arch elf_check_arch macro
/arch/unicore32/include/asm/
Delf.h62 extern int elf_check_arch(const struct elf32_hdr *);
63 #define elf_check_arch elf_check_arch macro
/arch/unicore32/kernel/
Delf.c18 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
30 EXPORT_SYMBOL(elf_check_arch);
/arch/arm/include/asm/
Delf.h100 extern int elf_check_arch(const struct elf32_hdr *);
101 #define elf_check_arch elf_check_arch macro
/arch/arm/kernel/
Delf.c8 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
39 EXPORT_SYMBOL(elf_check_arch);
/arch/openrisc/include/asm/
Delf.h29 #define elf_check_arch(x) \ macro
/arch/arc/kernel/
Dprocess.c226 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
245 EXPORT_SYMBOL(elf_check_arch);
/arch/avr32/include/asm/
Delf.h67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
/arch/h8300/include/asm/
Delf.h20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/arch/sparc/include/asm/
Delf_32.h98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/arch/m32r/include/asm/
Delf.h78 #define elf_check_arch(x) \ macro
/arch/c6x/include/asm/
Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/arch/x86/um/asm/
Delf.h29 #define elf_check_arch(x) \ macro
125 #define elf_check_arch(x) \ macro
/arch/metag/include/asm/
Delf.h66 #define elf_check_arch(x) ((x)->e_machine == EM_METAG) macro
/arch/blackfin/include/asm/
Delf.h37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro
/arch/alpha/boot/tools/
Dobjstrip.c32 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
156 if (!elf_check_arch(elf)) { in main()
/arch/score/include/asm/
Delf.h42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
/arch/microblaze/include/uapi/asm/
Delf.h27 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/arch/powerpc/include/asm/
Delf.h20 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/arch/frv/include/asm/
Delf.h72 extern int elf_check_arch(const struct elf32_hdr *hdr);
/arch/m68k/include/asm/
Delf.h48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/arch/mips/kernel/
Dbinfmt_elfn32.c34 #define elf_check_arch elfn32_check_arch macro
Dbinfmt_elfo32.c34 #define elf_check_arch elfo32_check_arch macro
/arch/cris/include/uapi/asm/
Delf_v10.h12 #define elf_check_arch(x) \ macro
/arch/nios2/include/asm/
Delf.h27 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro

12