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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
ucontext.h 47 REG_R9,
48 # define REG_R9 REG_R9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 47 REG_R9,
48 # define REG_R9 REG_R9
  /external/chromium_org/sandbox/linux/services/
android_x86_64_ucontext.h 50 REG_R9,
  /bionic/libc/include/sys/
ucontext.h 49 REG_R9,
220 REG_R9,
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 49 REG_R9,
220 REG_R9,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
ucontext.h 49 REG_R9,
220 REG_R9,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
ucontext.h 49 REG_R9,
220 REG_R9,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
ucontext.h 49 REG_R9,
220 REG_R9,
  /external/libunwind/src/x86_64/
Gos-linux.c 114 case UNW_X86_64_R9: addr = &uc->uc_mcontext.gregs[REG_R9]; break;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 188 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_R9)
267 #define REG_r9 uregs[9]
  /art/runtime/
runtime_linux.cc 205 DumpRegister64(os, "r9 ", context.gregs[REG_R9]);
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
vmx.h 325 #define REG_R9 (9 << 8)
  /external/chromium_org/base/debug/
stack_trace_posix.cc 317 { " r9: ", context->uc_mcontext.gregs[REG_R9] },

Completed in 51 milliseconds