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

  /external/chromium_org/sandbox/linux/services/
android_x86_64_ucontext.h 54 REG_R13,
  /bionic/libc/include/sys/
ucontext.h 53 REG_R13,
224 REG_R13,
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 53 REG_R13,
224 REG_R13,
  /external/libunwind/src/x86_64/
Gos-linux.c 118 case UNW_X86_64_R13: addr = &uc->uc_mcontext.gregs[REG_R13]; break;
  /art/runtime/
runtime_linux.cc 211 DumpRegister64(os, "r13", context.gregs[REG_R13]);
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
vmx.h 329 #define REG_R13 (13 << 8)
  /external/chromium_org/base/debug/
stack_trace_posix.cc 319 { " r13: ", context->uc_mcontext.gregs[REG_R13] },

Completed in 267 milliseconds