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

  /external/chromium_org/sandbox/linux/services/
android_x86_64_ucontext.h 55 REG_R14,
  /bionic/libc/include/sys/
ucontext.h 54 REG_R14,
225 REG_R14,
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 54 REG_R14,
225 REG_R14,
  /external/libunwind/src/x86_64/
Gos-linux.c 119 case UNW_X86_64_R14: addr = &uc->uc_mcontext.gregs[REG_R14]; break;
  /art/runtime/
runtime_linux.cc 212 DumpRegister64(os, "r14", context.gregs[REG_R14]);
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
vmx.h 330 #define REG_R14 (14 << 8)
  /external/chromium_org/base/debug/
stack_trace_posix.cc 320 { " r14: ", context->uc_mcontext.gregs[REG_R14] },

Completed in 48 milliseconds