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

1 2 3 4 5 6 7 8 9

  /external/elfutils/libelf/
elf-knowledge.h 100 ((Ehdr)->e_machine == EM_ALPHA \
101 || ((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;
  /external/valgrind/coregrind/
launcher-linux.c 207 if (ehdr->e_machine == EM_386 &&
214 if (ehdr->e_machine == EM_386 &&
220 if (ehdr->e_machine == EM_ARM &&
226 if (ehdr->e_machine == EM_MIPS &&
233 if (ehdr->e_machine == EM_PPC &&
239 if (ehdr->e_machine == EM_MIPS &&
251 if (ehdr->e_machine == EM_X86_64 &&
258 if (ehdr->e_machine == EM_X86_64 &&
262 } else if (ehdr->e_machine == EM_MIPS &&
266 } else if (ehdr->e_machine == EM_TILEGX &
    [all...]
  /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/minijail/
elfparse.h 36 Elf32_Half e_machine; /* Architecture */ member in struct:__anon20448
54 Elf64_Half e_machine; /* Architecture */ member in struct:__anon20449
  /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/python-packages/gdbrunner/
__init__.py 263 e_machine = ord(binary[0x13]) << 8 | ord(binary[0x12])
264 if e_machine == 0x28:
267 elif e_machine == 0xB7:
270 elif e_machine == 0x03:
273 elif e_machine == 0x3E:
276 elif e_machine == 0x08:
282 raise RuntimeError("unknown architecture: 0x{:x}".format(e_machine))
  /external/elfutils/tests/
newfile.c 38 ehdr->e_machine,
117 ZERO_TEST (e_machine);
149 ZERO_TEST (e_machine);
  /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/current/platforms/android-12/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/current/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/current/platforms/android-15/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/asm/
elf.h 40 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) )
  /prebuilts/ndk/current/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/current/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/current/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/current/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/current/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))) )

Completed in 1320 milliseconds

1 2 3 4 5 6 7 8 9