Home
last modified time | relevance | path

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

12

/Linux-v5.4/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-v5.4/arch/unicore32/include/asm/
Delf.h58 extern int elf_check_arch(const struct elf32_hdr *);
59 #define elf_check_arch elf_check_arch macro
/Linux-v5.4/arch/unicore32/kernel/
Delf.c15 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
27 EXPORT_SYMBOL(elf_check_arch);
/Linux-v5.4/arch/arm/include/asm/
Delf.h101 extern int elf_check_arch(const struct elf32_hdr *);
102 #define elf_check_arch elf_check_arch macro
/Linux-v5.4/fs/
Dcompat_binfmt_elf.c61 #undef elf_check_arch
62 #define elf_check_arch compat_elf_check_arch macro
/Linux-v5.4/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-v5.4/include/linux/
Dcrash_dump.h47 #define vmcore_elf32_check_arch(x) elf_check_arch(x)
51 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
/Linux-v5.4/arch/arc/kernel/
Dprocess.c300 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
319 EXPORT_SYMBOL(elf_check_arch);
/Linux-v5.4/arch/openrisc/include/asm/
Delf.h25 #define elf_check_arch(x) \ macro
/Linux-v5.4/arch/riscv/include/asm/
Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/Linux-v5.4/arch/x86/um/asm/
Delf.h29 #define elf_check_arch(x) \ macro
124 #define elf_check_arch(x) \ macro
/Linux-v5.4/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-v5.4/arch/csky/include/asm/
Delf.h47 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/Linux-v5.4/arch/h8300/include/asm/
Delf.h21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/Linux-v5.4/arch/sparc/include/asm/
Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/Linux-v5.4/arch/c6x/include/asm/
Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/Linux-v5.4/arch/mips/kernel/
Dbinfmt_elfn32.c35 #define elf_check_arch elfn32_check_arch macro
Dbinfmt_elfo32.c35 #define elf_check_arch elfo32_check_arch macro
/Linux-v5.4/arch/x86/include/asm/
Delf.h97 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
161 #define elf_check_arch(x) \ macro
/Linux-v5.4/arch/microblaze/include/uapi/asm/
Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/Linux-v5.4/arch/m68k/include/asm/
Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/Linux-v5.4/arch/nds32/include/asm/
Delf.h117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32) macro
/Linux-v5.4/arch/nios2/include/asm/
Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/Linux-v5.4/arch/alpha/include/asm/
Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/Linux-v5.4/arch/xtensa/include/asm/
Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro

12