HomeSort by relevance Sort by last modified time
    Searched refs:ELF_MACHINE (Results 1 - 5 of 5) sorted by null

  /external/qemu/
elf_ops.h 197 switch (ELF_MACHINE) {
209 if (ELF_MACHINE != ehdr.e_machine)
  /external/qemu/hw/
mips_r4k.c 93 (uint64_t *)&kernel_high, big_endian, ELF_MACHINE, 1);
  /external/qemu/target-i386/
cpu.h 40 #define ELF_MACHINE EM_X86_64
42 #define ELF_MACHINE EM_386
  /external/qemu/target-arm/
cpu.h 24 #define ELF_MACHINE EM_ARM
  /external/qemu/target-mips/
cpu.h 6 #define ELF_MACHINE EM_MIPS

Completed in 56 milliseconds