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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
elf_traits.h 83 #define ELF_MACHINE EM_ARM
85 #define ELF_MACHINE EM_386
87 #define ELF_MACHINE EM_X86_64
89 #define ELF_MACHINE EM_MIPS
91 #define ELF_MACHINE EM_AARCH64
crazy_linker_elf_loader.cpp 141 if (header_.e_machine != ELF_MACHINE) {
  /ndk/sources/android/crazy_linker/src/
elf_traits.h 67 #define ELF_MACHINE EM_ARM
69 #define ELF_MACHINE EM_386
71 #define ELF_MACHINE EM_MIPS
73 #define ELF_MACHINE EM_AARCH64
crazy_linker_elf_loader.cpp 141 if (header_.e_machine != ELF_MACHINE) {
  /external/qemu/include/hw/
elf_ops.h 197 switch (ELF_MACHINE) {
209 if (ELF_MACHINE != ehdr.e_machine)
  /external/qemu/hw/mips/
mips_r4k.c 93 (uint64_t *)&kernel_high, big_endian, ELF_MACHINE, 1);
  /external/qemu/target-arm/
cpu.h 29 # define ELF_MACHINE EM_AARCH64
32 # define ELF_MACHINE EM_ARM
  /external/qemu/target-i386/
cpu.h 40 #define ELF_MACHINE EM_X86_64
42 #define ELF_MACHINE EM_386
    [all...]
  /external/qemu/target-mips/
cpu.h 8 #define ELF_MACHINE EM_MIPS

Completed in 209 milliseconds