REG_RIP 328 base/debug/stack_trace_posix.cc { " ip: ", context->uc_mcontext.gregs[REG_RIP] }, REG_RIP 25 content/plugin/plugin_main_linux.cc char instruction = *reinterpret_cast<char*>(regs[REG_RIP]); REG_RIP 54 content/plugin/plugin_main_linux.cc ++regs[REG_RIP]; REG_RIP 136 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_RIP) REG_RIP 222 third_party/tcmalloc/chromium/src/config_android.h #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP] REG_RIP 222 third_party/tcmalloc/chromium/src/config_linux.h #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]