Searched refs:e_machine (Results 1 – 25 of 81) sorted by relevance
1234
151 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \154 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
30 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
180 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)181 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \182 (x)->e_machine == EM_SPARC32PLUS)
99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
90 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))162 ((x)->e_machine == EM_X86_64)166 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))196 set_personality_ia32((ex).e_machine == EM_X86_64)
28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \29 || (x)->e_machine == EM_MICROBLAZE_OLD)
41 (!((elf_ex.e_machine == EM_386) || (elf_ex.e_machine == EM_486))) || in load_em86()
30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))126 ((x)->e_machine == EM_X86_64)
36 elf64->e_machine == EM_PPC64)) in parse_elf64()68 elf32->e_machine == EM_PPC)) in parse_elf32()
58 Elf32_Half e_machine; member75 Elf64_Half e_machine; member
108 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)199 ((x)->e_machine == EM_ARM) && \
501 switch (w2(ehdr->e_machine)) { in do_file()504 w2(ehdr->e_machine), fname); in do_file()555 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()569 if (w2(ghdr->e_machine) == EM_S390) { in do_file()573 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
20 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)21 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC)
110 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \111 ( (x)->e_machine == EM_XTENSA_OLD ) )
21 if (x->e_machine != EM_UNICORE) in elf_check_arch()
177 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main()178 fail("Unsupported architecture %#x\n", inhdr->e_machine); in main()
44 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV)
315 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)317 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)159 prog_name, elf->e_machine); in main()
21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300)
31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000)
15 if (x->e_machine != EM_ARM) in elf_check_arch()
89 .e_machine = EM_TI_C6000,
117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32)
71 .e_machine = EM_RISCV,