| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | elf.h | 155 (((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 D | elf.h | 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)
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | elf_64.h | 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)
|
| H A D | elf_32.h | 99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | elf.h | 26 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | elf.h | 47 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ 48 ((x)->e_machine == EM_CSKY_OLD))
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_em86.c | 42 (!((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 D | elf.h | 30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486)) 125 ((x)->e_machine == EM_X86_64)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.c | 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()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/uapi/asm/ |
| H A D | elf.h | 28 #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 D | 0001-Add-a-color-setting-for-mips64_n32-binaries.patch | 30 + if (ehdr.e_machine == EM_MIPS || ehdr.e_machine == EM_MIPS_RS3_LE)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf_util.c | 32 elf64->e_machine == EM_PPC64)) in parse_elf64() 64 elf32->e_machine == EM_PPC)) in parse_elf32()
|
| H A D | elf.h | 58 Elf32_Half e_machine; member 75 Elf64_Half e_machine; member
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | elf.h | 93 #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 D | trust_merger.h | 135 uint16_t e_machine; member 152 uint16_t e_machine; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | elf.h | 16 #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 D | elf.h | 97 #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 D | vdsomunge.c | 164 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 D | objstrip.c | 33 # 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 D | elf.h | 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)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | add-64-bit-flag-for-ELF64-entries.patch | 73 + switch (elf_header->e_machine) 109 + file_name, (long)elf_header->e_machine);
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | elf.h | 32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV)
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | elf.h | 21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 53 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 D | elf.h | 208 Elf32_Half e_machine; member 225 Elf64_Half e_machine; member
|