Home
last modified time | relevance | path

Searched refs:e_machine (Results 1 – 25 of 117) sorted by relevance

12345

/OK3568_Linux_fs/kernel/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) \
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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)
H A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Delf.h26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
/OK3568_Linux_fs/kernel/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))
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_em86.c42 (!((elf_ex.e_machine == EM_386) || (elf_ex.e_machine == EM_486))) || in load_em86()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.c531 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()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-Add-a-color-setting-for-mips64_n32-binaries.patch30 + if (ehdr.e_machine == EM_MIPS || ehdr.e_machine == EM_MIPS_RS3_LE)
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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 ) )
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h135 uint16_t e_machine; member
152 uint16_t e_machine; member
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
217 ((x)->e_machine == EM_ARM) && \
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvdsomunge.c164 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main()
165 fail("Unsupported architecture %#x\n", inhdr->e_machine); in main()
/OK3568_Linux_fs/kernel/arch/alpha/boot/tools/
H A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA)
159 prog_name, elf->e_machine); in main()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Delf.h312 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
314 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-64-bit-flag-for-ELF64-entries.patch73 + switch (elf_header->e_machine)
109 + file_name, (long)elf_header->e_machine);
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Delf.h32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV)
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Delf.h21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300)
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drelocate_sdk.py53 global e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\
68 e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h208 Elf32_Half e_machine; member
225 Elf64_Half e_machine; member

12345