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

12

/linux-master/arch/arc/include/asm/
H A Delf.h37 extern int elf_check_arch(const struct elf32_hdr *);
38 #define elf_check_arch elf_check_arch macro
/linux-master/arch/openrisc/include/asm/
H A Delf.h25 #define elf_check_arch(x) \ macro
/linux-master/arch/arm/kernel/
H A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) function
41 EXPORT_SYMBOL(elf_check_arch); variable
/linux-master/arch/arm/include/asm/
H A Delf.h108 extern int elf_check_arch(const struct elf32_hdr *);
109 #define elf_check_arch elf_check_arch macro
/linux-master/fs/
H A Dcompat_binfmt_elf.c65 #undef elf_check_arch macro
66 #define elf_check_arch compat_elf_check_arch macro
/linux-master/include/linux/
H A Dcrash_dump.h46 #define vmcore_elf32_check_arch(x) elf_check_arch(x)
50 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
/linux-master/arch/sparc/include/asm/
H A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
H A Delf_64.h179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-master/arch/csky/include/asm/
H A Delf.h46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/linux-master/arch/arc/kernel/
H A Dprocess.c277 int elf_check_arch(const struct elf32_hdr *x) function
296 EXPORT_SYMBOL(elf_check_arch); variable
/linux-master/arch/x86/um/asm/
H A Delf.h29 #define elf_check_arch(x) \ macro
124 #define elf_check_arch(x) \ macro
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/linux-master/arch/nios2/include/asm/
H A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/linux-master/arch/m68k/include/asm/
H A Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux-master/arch/alpha/include/asm/
H A Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-master/arch/xtensa/include/asm/
H A Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
/linux-master/arch/riscv/include/asm/
H A Delf.h37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \ macro
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
157 if (!elf_check_arch(elf)) {
/linux-master/arch/loongarch/include/asm/
H A Delf.h165 #define elf_check_arch elf32_check_arch macro
181 #define elf_check_arch elf64_check_arch macro
/linux-master/arch/x86/include/asm/
H A Delf.h96 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
149 #define elf_check_arch(x) \ macro
/linux-master/arch/sh/include/asm/
H A Delf.h96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
/linux-master/arch/hexagon/include/asm/
H A Delf.h154 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
/linux-master/arch/powerpc/include/asm/
H A Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c83 !elf_check_arch(ehdr))
/linux-master/arch/arm64/include/asm/
H A Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro

Completed in 269 milliseconds

12