| /openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-Add-a-color-setting-for-mips64_n32-binaries.patch | 29 + if (ehdr.e_machine == EM_MIPS || ehdr.e_machine == EM_MIPS_RS3_LE)
|
| /openbmc/qemu/scripts/ |
| H A D | dump-guest-memory.py | 80 self.ehdr.e_machine = EM_AARCH 85 self.ehdr.e_machine = EM_AARCH 90 self.ehdr.e_machine = EM_X86_64 96 self.ehdr.e_machine = EM_386 101 self.ehdr.e_machine = EM_S390 106 self.ehdr.e_machine = EM_PPC64 111 self.ehdr.e_machine = EM_PPC64
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 4 bswap16s(&ehdr->e_machine); /* Architecture */ 344 elf_machine = ehdr.e_machine; 349 if (ehdr.e_machine != EM_PPC64) { 350 if (ehdr.e_machine != EM_PPC) { 357 if (ehdr.e_machine != EM_X86_64) { 358 if (ehdr.e_machine != EM_386) { 365 if (ehdr.e_machine != EM_MICROBLAZE) { 366 if (ehdr.e_machine != EM_MICROBLAZE_OLD) { 374 if ((ehdr.e_machine != EM_MIPS) && 375 (ehdr.e_machine != EM_NANOMIPS)) { [all …]
|
| /openbmc/qemu/tcg/ |
| H A D | perf.c | 174 QEMU_BUILD_BUG_ON(offsetof(Elf32_Ehdr, e_machine) != in get_e_machine() 175 offsetof(Elf64_Ehdr, e_machine)); in get_e_machine() 188 return elf_header.e_machine; in get_e_machine()
|
| H A D | tcg.c | 7164 .e_machine = ELF_HOST_MACHINE, in tcg_register_jit_int()
|
| /openbmc/openbmc/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);
|
| H A D | add-riscv-support.patch | 76 file_name, (long)elf_header->e_machine);
|
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 51 bswap16s(&ehdr->e_machine); /* Architecture */ in bswap_ehdr() 285 !elf_check_arch(interp_elf_ex->e_machine)) { in load_elf_interp() 521 (!elf_check_arch(elf_ex.e_machine))) { in is_target_elf_binary() 622 (!elf_check_arch(elf_ex.e_machine))) { in load_elf_binary()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 81 global e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\ 96 e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\
|
| /openbmc/u-boot/include/ |
| H A D | elf.h | 94 Elf32_Half e_machine; /* machine */ member 112 Elf64_Half e_machine; /* machine */ member
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 61 if (ehdr->e_machine == EM_PPC64 && (ehdr->e_flags & in load_elf64_image_phdr() 125 if (ehdr->e_machine == EM_PPC64 && (ehdr->e_flags & in load_elf64_image_shdr()
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | qemu_elf.c | 158 if (ehdr->e_machine != EM_X86_64) { in check_ehdr()
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | kexec-x32.patch | 65 if (ehdr->e_machine != EM_X86_64) {
|
| /openbmc/u-boot/tools/ |
| H A D | prelink-riscv.inc | 45 if (ehdr->e_machine != EM_RISCV)
|
| H A D | img2srec.c | 254 getPtr = ExtractWord(&elfHeader.e_machine, getPtr); in ConvertELF()
|
| H A D | mips-relocs.c | 280 if (ehdr_field(e_machine) != EM_MIPS) { in main()
|
| /openbmc/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 13 bswaps(&ehdr->e_machine); /* Architecture */ 311 if (ehdr->e_machine == EM_PPC64) {
|
| H A D | elfload.c | 195 bswap16s(&ehdr->e_machine); /* Architecture */ in elf_core_copy_regs() 297 return (elf_check_machine(ehdr->e_machine) 2191 elf->e_machine = machine;
|
| /openbmc/qemu/hw/i386/ |
| H A D | multiboot.c | 200 if (((struct elf64_hdr*)header)->e_machine == EM_X86_64) { in load_multiboot()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
| H A D | Add-riscv64-support.patch | 66 } else if (e_machine == EM_MIPS) { 68 + } else if (e_machine == EM_RISCV) { 72 ALOGI("64 bit elf that is neither aarch64 nor x86_64 nor mips64: e_machine = %d\n",
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
| H A D | Add-riscv64-support.patch | 66 } else if (e_machine == EM_MIPS) { 68 + } else if (e_machine == EM_RISCV) { 72 ALOGI("64 bit elf that is neither aarch64 nor x86_64 nor mips64: e_machine = %d\n",
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1509 Elf32_Half e_machine; member 1526 Elf64_Half e_machine; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 67 proc->e_machine = lte.ehdr.e_machine; 82 short e_machine;
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 152 elf_header->e_machine = cpu_to_dump16(s, s->dump_info.d_machine); in prepare_elf64_header() 179 elf_header->e_machine = cpu_to_dump16(s, s->dump_info.d_machine); in prepare_elf32_header()
|