Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Delf.h88 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
149 ((x)->e_machine == EM_X86_64)
153 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
176 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
180 set_personality_ia32((ex).e_machine == EM_X86_64)
353 if (exec->e_machine == EM_X86_64) \
377 (ex->e_machine == EM_X86_64))
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Delf.h155 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
158 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Delf.h26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Delf.h26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Delf_64.h180 #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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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) \
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Delf.h88 (((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)
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.c565 switch (w2(ehdr->e_machine)) { in do_file()
567 fprintf(stderr, "unrecognized e_machine %u %s\n", in do_file()
568 w2(ehdr->e_machine), fname); in do_file()
623 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
627 if (w2(ehdr->e_machine) == EM_LOONGARCH) { in do_file()
642 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
646 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
652 if (w2(ghdr->e_machine) == EM_LOONGARCH) { in do_file()
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.c565 switch (w2(ehdr->e_machine)) { in do_file()
567 fprintf(stderr, "unrecognized e_machine %u %s\n", in do_file()
568 w2(ehdr->e_machine), fname); in do_file()
623 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
627 if (w2(ehdr->e_machine) == EM_LOONGARCH) { in do_file()
642 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
646 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
652 if (w2(ghdr->e_machine) == EM_LOONGARCH) { in do_file()
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Delf.h47 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \
48 ((x)->e_machine == EM_CSKY_OLD))
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Delf_util.c32 elf64->e_machine == EM_PPC64)) in parse_elf64()
64 elf32->e_machine == EM_PPC)) in parse_elf32()
H A Delf.h58 Elf32_Half e_machine; member
75 Elf64_Half e_machine; member
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Delf_util.c32 elf64->e_machine == EM_PPC64)) in parse_elf64()
64 elf32->e_machine == EM_PPC)) in parse_elf32()
H A Delf.h58 Elf32_Half e_machine; member
75 Elf64_Half e_machine; member
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_em86.c42 (!((elf_ex.e_machine == EM_386) || (elf_ex.e_machine == EM_486))) || in load_em86()
/kernel/linux/linux-5.10/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 ) )
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
217 ((x)->e_machine == EM_ARM) && \
/kernel/linux/linux-6.6/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)

Completed in 12 milliseconds

12345678