Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Delf.h101 extern int elf_check_arch(const struct elf32_hdr *);
102 #define elf_check_arch elf_check_arch macro
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
41 EXPORT_SYMBOL(elf_check_arch);
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_dump.h48 #define vmcore_elf32_check_arch(x) elf_check_arch(x)
52 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c65 #undef elf_check_arch
66 #define elf_check_arch compat_elf_check_arch macro
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dprocess.c284 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
303 EXPORT_SYMBOL(elf_check_arch);
/OK3568_Linux_fs/kernel/arch/x86/um/asm/
H A Delf.h29 #define elf_check_arch(x) \ macro
124 #define elf_check_arch(x) \ macro
/OK3568_Linux_fs/kernel/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)) { in main()
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Delf.h25 #define elf_check_arch(x) \ macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Delf.h32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Delf.h95 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
159 #define elf_check_arch(x) \ macro
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Delf.h21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Delf.h47 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
H A Delf_64.h180 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbinfmt_elfn32.c35 #define elf_check_arch elfn32_check_arch macro
H A Dbinfmt_elfo32.c35 #define elf_check_arch elfo32_check_arch macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Delf.h222 #define elf_check_arch elfo32_check_arch macro
238 #define elf_check_arch elfn64_check_arch macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/uapi/asm/
H A Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Delf.h117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32) macro
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro

12