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

  /external/chromium_org/sandbox/linux/services/
android_x86_64_ucontext.h 53 REG_R12,
  /bionic/libc/include/sys/
ucontext.h 52 REG_R12,
223 REG_R12,
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 52 REG_R12,
223 REG_R12,
  /external/libunwind/src/x86_64/
Gos-linux.c 117 case UNW_X86_64_R12: addr = &uc->uc_mcontext.gregs[REG_R12]; break;
  /art/runtime/
runtime_linux.cc 210 DumpRegister64(os, "r12", context.gregs[REG_R12]);
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
vmx.h 328 #define REG_R12 (12 << 8)
  /external/chromium_org/base/debug/
stack_trace_posix.cc 318 { " r12: ", context->uc_mcontext.gregs[REG_R12] },

Completed in 50 milliseconds