Searched refs:elf_check_arch (Results 1 – 25 of 27) sorted by relevance
12
37 extern int elf_check_arch(const struct elf32_hdr *);38 #define elf_check_arch elf_check_arch macro
108 extern int elf_check_arch(const struct elf32_hdr *);109 #define elf_check_arch elf_check_arch macro
10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function41 EXPORT_SYMBOL(elf_check_arch);
25 #define elf_check_arch(x) \ macro
277 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function296 EXPORT_SYMBOL(elf_check_arch);
46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
165 #define elf_check_arch elf32_check_arch macro181 #define elf_check_arch elf64_check_arch macro
31 #define elf_check_arch(x) \ macro126 #define elf_check_arch(x) \ macro
99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro157 if (!elf_check_arch(elf)) { in main()
28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT)) macro
14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \ macro
93 #define elf_check_arch(x) elf_check_arch_ia32(x) macro146 #define elf_check_arch(x) \ macro
93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
221 #define elf_check_arch elf32_check_arch macro237 #define elf_check_arch elf64_check_arch macro
97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
83 !elf_check_arch(ehdr)) in s390_elf_load()
96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
183 #define elf_check_arch(x) \ macro
154 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
Completed in 38 milliseconds