Searched refs:e_machine (Results 1 - 25 of 86) sorted by relevance

1234

/linux-master/arch/openrisc/include/asm/
H A Delf.h26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
/linux-master/arch/csky/include/asm/
H A Delf.h46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \
47 ((x)->e_machine == EM_CSKY_OLD))
/linux-master/arch/x86/include/asm/
H A Delf.h89 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
150 ((x)->e_machine == EM_X86_64)
154 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
177 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
181 set_personality_ia32((ex).e_machine == EM_X86_64)
354 if (exec->e_machine == EM_X86_64) \
378 (ex->e_machine == EM_X86_64))
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \
29 || (x)->e_machine == EM_MICROBLAZE_OLD)
/linux-master/arch/powerpc/boot/
H A Delf_util.c32 elf64->e_machine == EM_PPC64))
64 elf32->e_machine == EM_PPC))
H A Delf.h58 Elf32_Half e_machine; member in struct:elf32_hdr
75 Elf64_Half e_machine; member in struct:elf64_hdr
/linux-master/arch/sparc/include/asm/
H A Delf_64.h179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
180 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \
181 (x)->e_machine == EM_SPARC32PLUS)
H A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
/linux-master/arch/x86/um/asm/
H A Delf.h30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
125 ((x)->e_machine == EM_X86_64)
/linux-master/arch/xtensa/include/asm/
H A Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \
94 ( (x)->e_machine == EM_XTENSA_OLD ) )
/linux-master/arch/arm/kernel/
H A Delf.c15 if (x->e_machine != EM_ARM)
/linux-master/arch/s390/include/asm/
H A Delf.h179 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
182 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c164 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM)
165 fail("Unsupported architecture %#x\n", inhdr->e_machine);
/linux-master/arch/powerpc/include/asm/
H A Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
17 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC)
/linux-master/arch/nios2/include/asm/
H A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2)
/linux-master/arch/m68k/include/asm/
H A Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K)
/linux-master/arch/alpha/include/asm/
H A Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
/linux-master/scripts/
H A Drecordmcount.c565 switch (w2(ehdr->e_machine)) {
567 fprintf(stderr, "unrecognized e_machine %u %s\n",
568 w2(ehdr->e_machine), fname);
622 if (w2(ehdr->e_machine) == EM_MIPS) {
626 if (w2(ehdr->e_machine) == EM_LOONGARCH) {
641 if (w2(ghdr->e_machine) == EM_S390) {
645 if (w2(ghdr->e_machine) == EM_MIPS) {
651 if (w2(ghdr->e_machine) == EM_LOONGARCH) {
H A Dsorttable.c304 switch (r2(&ehdr->e_machine)) {
326 fprintf(stderr, "unrecognized e_machine %d %s\n",
327 r2(&ehdr->e_machine), fname);
/linux-master/arch/riscv/include/asm/
H A Delf.h37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
158 fprintf(stderr, "%s: is not for this processor (e_machine=%d)\n",
159 prog_name, elf->e_machine);
/linux-master/arch/parisc/include/asm/
H A Delf.h311 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
313 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
/linux-master/arch/s390/tools/
H A Drelocs.c133 ehdr.e_machine = elf_half_to_cpu(ehdr.e_machine);
151 if (ehdr.e_machine != ELF_MACHINE)
/linux-master/tools/perf/util/
H A Dsymbol-elf.c399 return ehdr->e_machine == EM_X86_64 && ri->is_rela &&
437 switch (ehdr->e_machine) {
477 static bool machine_is_x86(GElf_Half e_machine) argument
479 return e_machine == EM_386 || e_machine == EM_X86_64;
648 if (ehdr->e_machine == EM_X86_64)
714 if (machine_is_x86(ehdr.e_machine) &&
719 if (machine_is_x86(ehdr.e_machine) &&
808 if (machine_is_x86(ehdr.e_machine) && sort_rel(&ri))
1351 if (ehdr->e_machine
[all...]
/linux-master/arch/sh/include/asm/
H A Delf.h96 #define elf_check_arch(x) ((x)->e_machine == EM_SH)

Completed in 213 milliseconds

1234