Home
last modified time | relevance | path

Searched refs:Rip (Results 1 – 17 of 17) sorted by relevance

/external/boringssl/src/crypto/test/
Dabi_test.cc254 starting_ip_ = ctx_.Rip; in UnwindCursor()
267 RtlLookupFunctionEntry(ctx_.Rip, &image_base, nullptr); in Step()
274 memcpy(&ctx_.Rip, reinterpret_cast<const void *>(ctx_.Rsp), in Step()
275 sizeof(ctx_.Rip)); in Step()
283 RtlVirtualUnwind(UNW_FLAG_NHANDLER, image_base, ctx_.Rip, entry, &ctx_, in Step()
285 return ctx_.Rip != 0; in Step()
289 UnwindStatusOr<crypto_word_t> GetIP() { return ctx_.Rip; } in GetIP()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_amd64.go139 func (r *PtraceRegs) PC() uint64 { return r.Rip }
141 func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
Dzptrace386_linux.go59 Rip uint64 member
Dztypes_linux_amd64.go654 Rip uint64 member
/external/skqp/tools/
DCrashHandler.cpp142 frame.AddrPC.Offset = c->Rip; in handler()
/external/skia/tools/
DCrashHandler.cpp142 frame.AddrPC.Offset = c->Rip; in handler()
/external/v8/src/base/debug/
Dstack_trace_win.cc193 stack_frame.AddrPC.Offset = context_record->Rip; in InitTrace()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc800 ex.ExceptionAddress = reinterpret_cast<PVOID>(ctx.Rip); in WriteMinidumpForChild()
972 exinfo->ContextRecord->Rip; in WriteMinidumpWithExceptionForProcess()
/external/grpc-grpc/test/core/util/
Dtest_config.cc115 s.AddrPC.Offset = c.Rip; in print_stack_from_context()
/external/openssh/
DCREDITS83 Rip Loomis <loomisg@cist.saic.com> - Solaris package support, fixes
/external/libunwind_llvm/src/
DUnwindCursor.hpp557 _msContext.Rip = r.getRegister(UNW_REG_IP); in UnwindCursor()
659 case UNW_REG_IP: return _msContext.Rip; in getReg()
709 case UNW_REG_IP: _msContext.Rip = value; break; in setReg()
/external/v8/src/libsampler/
Dsampler.cc698 state.pc = reinterpret_cast<void*>(context.Rip); in DoSample()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc739 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc526 StackFrame.AddrPC.Offset = Context.Rip;
794 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DSignals.inc530 StackFrame.AddrPC.Offset = Context.Rip;
807 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;
/external/llvm/lib/Support/Windows/
DSignals.inc525 StackFrame.AddrPC.Offset = Context.Rip;
793 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc354 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;