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

  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 16 if (uc->uc_mcontext.gregs[REG_EAX] != 0)
17 printf("FAILED: handler2 expected eax == 0, not %d\n", uc->uc_mcontext.gregs[REG_EAX]);
18 uc->uc_mcontext.gregs[REG_EAX] = VAL1;
  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 56 REG_EAX,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
ucontext.h 182 REG_EAX,
183 # define REG_EAX REG_EAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 182 REG_EAX,
183 # define REG_EAX REG_EAX
  /external/compiler-rt/android/include/sys/
ucontext.h 87 REG_EAX,
  /art/runtime/arch/x86/
fault_handler_x86.cc 60 #define CTX_EAX uc_mcontext.gregs[REG_EAX]
61 #define CTX_METHOD uc_mcontext.gregs[REG_EAX]
62 #define CTX_JMP_BUF uc_mcontext.gregs[REG_EAX]
  /bionic/libc/include/sys/
ucontext.h 110 REG_EAX,
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 110 REG_EAX,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
ucontext.h 110 REG_EAX,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
ucontext.h 110 REG_EAX,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
ucontext.h 110 REG_EAX,
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 115 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_EAX)
116 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_EAX)
  /external/libunwind/src/x86/
Gos-linux.c 262 case UNW_X86_EAX: addr = &uc->uc_mcontext.gregs[REG_EAX]; break;
  /art/runtime/
runtime_linux.cc 166 DumpRegister32(os, "eax", context.gregs[REG_EAX]);
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
vmx.h 316 #define REG_EAX (0 << 8)
  /external/chromium_org/base/debug/
stack_trace_posix.cc 307 { " eax: ", context->uc_mcontext.gregs[REG_EAX] },
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]

Completed in 1589 milliseconds