Home
last modified time | relevance | path

Searched refs:EM_PPC64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/
H A Ddump-guest-memory.py49 EM_PPC64 = 21 variable
106 self.ehdr.e_machine = EM_PPC64
111 self.ehdr.e_machine = EM_PPC64
/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/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-64-bit-flag-for-ELF64-entries.patch90 + case EM_PPC64:
/openbmc/u-boot/include/
H A Delf.h164 #define EM_PPC64 21 /* 64-bit PowerPC */ macro
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc348 case EM_PPC64:
349 if (ehdr.e_machine != EM_PPC64) {
/openbmc/qemu/include/
H A Delf.h157 #define EM_PPC64 21 /* PowerPC64 */ macro