HomeSort by relevance Sort by last modified time
    Searched full:elf_machine (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/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) {
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 79 } elf_machine; typedef in typeref:enum:__anon20242
  /external/qemu/target-mips/
cpu.h 8 #define ELF_MACHINE EM_MIPS
  /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...]

Completed in 1097 milliseconds