Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-Add-a-color-setting-for-mips64_n32-binaries.patch29 + if (ehdr.e_machine == EM_MIPS || ehdr.e_machine == EM_MIPS_RS3_LE)
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py80 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 Delf_ops.h.inc4 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 Dperf.c174 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 Dtcg.c7164 .e_machine = ELF_HOST_MACHINE, in tcg_register_jit_int()
/openbmc/openbmc/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);
H A Dadd-riscv-support.patch76 file_name, (long)elf_header->e_machine);
/openbmc/qemu/bsd-user/
H A Delfload.c51 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 Drelocate_sdk.py81 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 Delf.h94 Elf32_Half e_machine; /* machine */ member
112 Elf64_Half e_machine; /* machine */ member
/openbmc/u-boot/cmd/
H A Delf.c61 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 Dqemu_elf.c158 if (ehdr->e_machine != EM_X86_64) { in check_ehdr()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dkexec-x32.patch65 if (ehdr->e_machine != EM_X86_64) {
/openbmc/u-boot/tools/
H A Dprelink-riscv.inc45 if (ehdr->e_machine != EM_RISCV)
H A Dimg2srec.c254 getPtr = ExtractWord(&elfHeader.e_machine, getPtr); in ConvertELF()
H A Dmips-relocs.c280 if (ehdr_field(e_machine) != EM_MIPS) { in main()
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc13 bswaps(&ehdr->e_machine); /* Architecture */
311 if (ehdr->e_machine == EM_PPC64) {
H A Delfload.c195 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 Dmultiboot.c200 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 DAdd-riscv64-support.patch66 } 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 DAdd-riscv64-support.patch66 } 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 Delf.h1509 Elf32_Half e_machine; member
1526 Elf64_Half e_machine; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch67 proc->e_machine = lte.ehdr.e_machine;
82 short e_machine;
/openbmc/qemu/dump/
H A Ddump.c152 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()