Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arc/include/asm/
Delf.h44 extern int elf_check_arch(const struct elf32_hdr *);
45 #define elf_check_arch elf_check_arch macro
/Linux-v4.19/arch/unicore32/include/asm/
Delf.h62 extern int elf_check_arch(const struct elf32_hdr *);
63 #define elf_check_arch elf_check_arch macro
/Linux-v4.19/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);
/Linux-v4.19/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-v4.19/include/linux/
Dcrash_dump.h43 #define vmcore_elf32_check_arch(x) elf_check_arch(x)
47 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
/Linux-v4.19/fs/
Dcompat_binfmt_elf.c64 #undef elf_check_arch
65 #define elf_check_arch compat_elf_check_arch macro
/Linux-v4.19/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-v4.19/arch/arc/kernel/
Dprocess.c303 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
322 EXPORT_SYMBOL(elf_check_arch);
/Linux-v4.19/arch/openrisc/include/asm/
Delf.h29 #define elf_check_arch(x) \ macro
/Linux-v4.19/arch/riscv/include/asm/
Delf.h44 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/Linux-v4.19/arch/x86/um/asm/
Delf.h29 #define elf_check_arch(x) \ macro
125 #define elf_check_arch(x) \ macro
/Linux-v4.19/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-v4.19/arch/h8300/include/asm/
Delf.h21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/Linux-v4.19/arch/sparc/include/asm/
Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/Linux-v4.19/arch/c6x/include/asm/
Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/Linux-v4.19/arch/mips/kernel/
Dbinfmt_elfo32.c35 #define elf_check_arch elfo32_check_arch macro
Dbinfmt_elfn32.c35 #define elf_check_arch elfn32_check_arch macro
/Linux-v4.19/arch/microblaze/include/uapi/asm/
Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/Linux-v4.19/arch/nds32/include/asm/
Delf.h117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32) macro
/Linux-v4.19/arch/nios2/include/asm/
Delf.h27 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/Linux-v4.19/arch/m68k/include/asm/
Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/Linux-v4.19/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-v4.19/arch/alpha/include/asm/
Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/Linux-v4.19/arch/arm64/include/asm/
Delf.h108 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
/Linux-v4.19/arch/mips/include/asm/
Delf.h222 #define elf_check_arch elfo32_check_arch macro
238 #define elf_check_arch elfn64_check_arch macro

12