HomeSort by relevance Sort by last modified time
    Searched full:e_machine (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/native_client_sdk/src/tools/lib/
elf.py 25 # Elf64_Half e_machine; /* Architecture */
38 e_ident, _, e_machine = header[:3]
50 if e_machine not in e_machine_mapping:
51 raise Error('Unknown machine type: %s' % e_machine)
54 arch = e_machine_mapping[e_machine]
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 251 int e_machine = readHalf(); local
252 if (e_machine != EM_386 && e_machine != EM_X86_64 &&
253 e_machine != EM_AARCH64 && e_machine != EM_ARM &&
254 e_machine != EM_MIPS &&
255 e_machine != EM_QDSP6) {
256 throw new IOException("Invalid ELF e_machine: " + e_machine + ": " + mPath);
260 if ((e_machine == EM_386 && elfClass != ELFCLASS32) |
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
regs.c 62 if (proc->e_machine == EM_386)
70 if (proc->e_machine == EM_386)
88 if (proc->e_machine == EM_386)
106 if (proc->e_machine == EM_386)
trace.c 63 if (proc->e_machine == EM_X86_64) {
135 return proc->e_machine == EM_X86_64 ? 8 : 4;
179 return proc->e_machine == EM_X86_64 ? 8 : 4;
184 return proc->e_machine == EM_X86_64 ? 8 : 4;
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 74 if (proc->e_machine == EM_PPC)
85 if (proc->e_machine == EM_PPC64) {
155 if (proc->e_machine == EM_PPC && a < 4)
157 else if (proc->e_machine == EM_PPC64 && a < 8)
175 if (proc->e_machine == EM_PPC)
241 if (proc->e_machine == EM_PPC)
251 int pool = proc->e_machine == EM_PPC64 ? 13 : 8;
260 if (proc->e_machine == EM_PPC64)
293 if (proc->e_machine == EM_PPC) {
322 unsigned width = proc->e_machine == EM_PPC64 ? 8 : 4
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/
ELFHeader.h 44 half_t e_machine; member in class:ELFHeader
102 return e_machine;
184 AR & e_machine; local
  /external/qemu/include/hw/
elf_ops.h 4 bswap16s(&ehdr->e_machine); /* Architecture */
199 if (EM_PPC64 != ehdr.e_machine)
200 if (EM_PPC != ehdr.e_machine)
204 if (EM_X86_64 != ehdr.e_machine)
205 if (EM_386 != ehdr.e_machine)
209 if (ELF_MACHINE != ehdr.e_machine)
  /external/chromium_org/courgette/
types_elf.h 24 Elf32_Half e_machine; member in struct:Elf32_Ehdr
49 // values for header->e_machine
  /external/valgrind/main/coregrind/
launcher-linux.c 183 if (ehdr->e_machine == EM_386 &&
189 if (ehdr->e_machine == EM_ARM &&
195 if (ehdr->e_machine == EM_MIPS &&
202 if (ehdr->e_machine == EM_PPC &&
208 if (ehdr->e_machine == EM_MIPS &&
219 if (ehdr->e_machine == EM_X86_64 &&
223 } else if (ehdr->e_machine == EM_MIPS &&
227 } else if (ehdr->e_machine == EM_AARCH64 &&
236 if (ehdr->e_machine == EM_PPC64 &&
242 if (ehdr->e_machine == EM_S390 &
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )

Completed in 1108 milliseconds

1 2 3 4 5 6 7 8 91011