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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 51 REG_EDI,
52 # define REG_EDI REG_EDI
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 168 REG_EDI,
169 # define REG_EDI REG_EDI
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 168 REG_EDI,
169 # define REG_EDI REG_EDI
  /bionic/libc/include/sys/
ucontext.h 113 REG_EDI,
  /development/ndk/platforms/android-21/include/sys/
ucontext.h 105 REG_EDI,
  /development/ndk/platforms/android-3/include/sys/
ucontext.h 101 REG_EDI,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
ucontext.h 105 REG_EDI,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
ucontext.h 105 REG_EDI,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
ucontext.h 105 REG_EDI,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
ucontext.h 105 REG_EDI,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
ucontext.h 105 REG_EDI,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
ucontext.h 105 REG_EDI,
  /cts/tests/tests/os/jni/seccomp-tests/tests/
resumption.c 42 #define REG_ARG4 REG_EDI
sigsegv.c 46 #define REG_ARG4 REG_EDI
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 63 out->edi = regs[REG_EDI];
  /external/libunwind/src/x86/
Gos-linux.c 267 case UNW_X86_EDI: addr = &uc->uc_mcontext.gregs[REG_EDI]; break;
  /art/runtime/
runtime_linux.cc 187 DumpRegister32(os, "edi", context.gregs[REG_EDI]);
  /external/valgrind/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]

Completed in 244 milliseconds