Searched refs:e_machine (Results 1 – 25 of 89) sorted by relevance
1234
155 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \158 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
88 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))160 ((x)->e_machine == EM_X86_64)164 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))194 set_personality_ia32((ex).e_machine == EM_X86_64)
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)
47 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \48 ((x)->e_machine == EM_CSKY_OLD))
42 (!((elf_ex.e_machine == EM_386) || (elf_ex.e_machine == EM_486))) || in load_em86()
28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \29 || (x)->e_machine == EM_MICROBLAZE_OLD)
30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))125 ((x)->e_machine == EM_X86_64)
32 elf64->e_machine == EM_PPC64)) in parse_elf64()64 elf32->e_machine == EM_PPC)) in parse_elf32()
58 Elf32_Half e_machine; member75 Elf64_Half e_machine; member
93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \94 ( (x)->e_machine == EM_XTENSA_OLD ) )
531 switch (w2(ehdr->e_machine)) { in do_file()534 w2(ehdr->e_machine), fname); in do_file()588 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()603 if (w2(ghdr->e_machine) == EM_S390) { in do_file()607 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)17 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC)
97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)217 ((x)->e_machine == EM_ARM) && \
164 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main()165 fail("Unsupported architecture %#x\n", inhdr->e_machine); in main()
41 #define check_arch(ehdr) ((ehdr)->e_machine == EM_ARM)
32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV)
33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)159 prog_name, elf->e_machine); in main()
312 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)314 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300)
28 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000)
15 if (x->e_machine != EM_ARM) in elf_check_arch()
81 .e_machine = EM_TI_C6000,
49 #define elf_check_arch(x) ((x)->e_machine == EM_68K)