Home
last modified time | relevance | path

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

12

/linux-5.19.10/arch/arc/include/asm/
Delf.h37 extern int elf_check_arch(const struct elf32_hdr *);
38 #define elf_check_arch elf_check_arch macro
/linux-5.19.10/arch/arm/include/asm/
Delf.h109 extern int elf_check_arch(const struct elf32_hdr *);
110 #define elf_check_arch elf_check_arch macro
/linux-5.19.10/arch/arm/kernel/
Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
41 EXPORT_SYMBOL(elf_check_arch);
/linux-5.19.10/include/linux/
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-5.19.10/fs/
Dcompat_binfmt_elf.c65 #undef elf_check_arch
66 #define elf_check_arch compat_elf_check_arch macro
/linux-5.19.10/arch/arc/kernel/
Dprocess.c285 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
304 EXPORT_SYMBOL(elf_check_arch);
/linux-5.19.10/arch/openrisc/include/asm/
Delf.h25 #define elf_check_arch(x) \ macro
/linux-5.19.10/arch/loongarch/include/asm/
Delf.h119 #define elf_check_arch elf32_check_arch macro
135 #define elf_check_arch elf64_check_arch macro
/linux-5.19.10/arch/x86/um/asm/
Delf.h29 #define elf_check_arch(x) \ macro
124 #define elf_check_arch(x) \ macro
/linux-5.19.10/arch/alpha/boot/tools/
Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
157 if (!elf_check_arch(elf)) { in main()
/linux-5.19.10/arch/csky/include/asm/
Delf.h46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/linux-5.19.10/arch/sparc/include/asm/
Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
Delf_64.h179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-5.19.10/arch/riscv/include/asm/
Delf.h36 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \ macro
/linux-5.19.10/arch/microblaze/include/uapi/asm/
Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/linux-5.19.10/arch/x86/include/asm/
Delf.h95 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
148 #define elf_check_arch(x) \ macro
/linux-5.19.10/arch/nios2/include/asm/
Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/linux-5.19.10/arch/m68k/include/asm/
Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux-5.19.10/arch/alpha/include/asm/
Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-5.19.10/arch/xtensa/include/asm/
Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
/linux-5.19.10/arch/mips/include/asm/
Delf.h221 #define elf_check_arch elf32_check_arch macro
237 #define elf_check_arch elf64_check_arch macro
/linux-5.19.10/arch/arm64/include/asm/
Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
/linux-5.19.10/arch/ia64/include/asm/
Delf.h20 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64) macro
/linux-5.19.10/arch/s390/kernel/
Dkexec_elf.c81 !elf_check_arch(ehdr)) in s390_elf_load()
/linux-5.19.10/arch/powerpc/include/asm/
Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro

12