HomeSort by relevance Sort by last modified time
    Searched refs:e_machine (Results 1 - 25 of 256) 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]
  /external/elfutils/0.153/libelf/
elf-knowledge.h 123 ((Ehdr)->e_machine == EM_ALPHA \
124 || ((Ehdr)->e_machine == EM_S390 \
  /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)
plt.c 57 if (lte->ehdr.e_machine == EM_X86_64) {
62 assert(lte->ehdr.e_machine == EM_386);
141 if (lte->ehdr.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;
  /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/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...]
  /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...]
plt.c 212 if (proc->e_machine == EM_PPC)
218 if (proc->e_machine == EM_PPC)
245 if (lte->ehdr.e_machine == EM_PPC && lte->arch.secure_plt) {
249 } else if (lte->ehdr.e_machine == EM_PPC) {
255 } else if (reloc_is_irelative(lte->ehdr.e_machine, rela)) {
287 if (proc->e_machine == EM_PPC64) {
309 if (lte->ehdr.e_machine == EM_PPC64) {
426 return CBS_STOP_IF(reloc_is_irelative(lte->ehdr.e_machine, rela)
433 if (lte->ehdr.e_machine == EM_PPC64
443 if (lte->ehdr.e_machine == EM_PPC && !lte->arch.secure_plt
    [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 5618 milliseconds

1 2 3 4 5 6 7 8 91011