Home
last modified time | relevance | path

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

12

/arch/arc/include/asm/
Delf.h37 extern int elf_check_arch(const struct elf32_hdr *);
38 #define elf_check_arch elf_check_arch macro
/arch/unicore32/include/asm/
Delf.h58 extern int elf_check_arch(const struct elf32_hdr *);
59 #define elf_check_arch elf_check_arch macro
/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);
/arch/arm/include/asm/
Delf.h101 extern int elf_check_arch(const struct elf32_hdr *);
102 #define elf_check_arch elf_check_arch macro
/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);
/arch/openrisc/include/asm/
Delf.h25 #define elf_check_arch(x) \ macro
/arch/riscv/include/asm/
Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/arch/arc/kernel/
Dprocess.c299 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
318 EXPORT_SYMBOL(elf_check_arch);
/arch/csky/include/asm/
Delf.h47 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/arch/h8300/include/asm/
Delf.h21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/arch/sparc/include/asm/
Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
Delf_64.h180 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/arch/c6x/include/asm/
Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/arch/x86/um/asm/
Delf.h29 #define elf_check_arch(x) \ macro
124 #define elf_check_arch(x) \ macro
/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
/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()
/arch/microblaze/include/uapi/asm/
Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/arch/nios2/include/asm/
Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/arch/nds32/include/asm/
Delf.h117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32) macro
/arch/m68k/include/asm/
Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/arch/alpha/include/asm/
Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/arch/xtensa/include/asm/
Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
/arch/x86/include/asm/
Delf.h97 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
161 #define elf_check_arch(x) \ macro
/arch/arm64/include/asm/
Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro

12