Home
last modified time | relevance | path

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

12

/arch/arc/include/asm/
A Delf.h37 extern int elf_check_arch(const struct elf32_hdr *);
38 #define elf_check_arch elf_check_arch macro
/arch/arm/include/asm/
A Delf.h108 extern int elf_check_arch(const struct elf32_hdr *);
109 #define elf_check_arch elf_check_arch macro
/arch/arm/kernel/
A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
41 EXPORT_SYMBOL(elf_check_arch);
/arch/openrisc/include/asm/
A Delf.h25 #define elf_check_arch(x) \ macro
/arch/arc/kernel/
A Dprocess.c277 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
296 EXPORT_SYMBOL(elf_check_arch);
/arch/csky/include/asm/
A Delf.h46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/arch/loongarch/include/asm/
A Delf.h165 #define elf_check_arch elf32_check_arch macro
181 #define elf_check_arch elf64_check_arch macro
/arch/x86/um/asm/
A Delf.h31 #define elf_check_arch(x) \ macro
126 #define elf_check_arch(x) \ macro
/arch/sparc/include/asm/
A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
A Delf_64.h179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/arch/alpha/boot/tools/
A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
157 if (!elf_check_arch(elf)) { in main()
/arch/microblaze/include/uapi/asm/
A Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/arch/alpha/include/asm/
A Delf.h77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT)) macro
/arch/nios2/include/asm/
A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/arch/m68k/include/asm/
A Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/arch/riscv/include/asm/
A Delf.h37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \ macro
/arch/x86/include/asm/
A Delf.h93 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
146 #define elf_check_arch(x) \ macro
/arch/xtensa/include/asm/
A Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
/arch/mips/include/asm/
A Delf.h221 #define elf_check_arch elf32_check_arch macro
237 #define elf_check_arch elf64_check_arch macro
/arch/arm64/include/asm/
A Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
/arch/powerpc/include/asm/
A Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/arch/s390/kernel/
A Dkexec_elf.c83 !elf_check_arch(ehdr)) in s390_elf_load()
/arch/sh/include/asm/
A Delf.h96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
/arch/s390/include/asm/
A Delf.h183 #define elf_check_arch(x) \ macro
/arch/hexagon/include/asm/
A Delf.h154 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro

Completed in 38 milliseconds

12