Searched refs:Rip (Results 1 – 17 of 17) sorted by relevance
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 254 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/ |
D | syscall_linux_amd64.go | 139 func (r *PtraceRegs) PC() uint64 { return r.Rip } 141 func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
|
D | zptrace386_linux.go | 59 Rip uint64 member
|
D | ztypes_linux_amd64.go | 654 Rip uint64 member
|
/external/skqp/tools/ |
D | CrashHandler.cpp | 142 frame.AddrPC.Offset = c->Rip; in handler()
|
/external/skia/tools/ |
D | CrashHandler.cpp | 142 frame.AddrPC.Offset = c->Rip; in handler()
|
/external/v8/src/base/debug/ |
D | stack_trace_win.cc | 193 stack_frame.AddrPC.Offset = context_record->Rip; in InitTrace()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 800 ex.ExceptionAddress = reinterpret_cast<PVOID>(ctx.Rip); in WriteMinidumpForChild() 972 exinfo->ContextRecord->Rip; in WriteMinidumpWithExceptionForProcess()
|
/external/grpc-grpc/test/core/util/ |
D | test_config.cc | 115 s.AddrPC.Offset = c.Rip; in print_stack_from_context()
|
/external/openssh/ |
D | CREDITS | 83 Rip Loomis <loomisg@cist.saic.com> - Solaris package support, fixes
|
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 557 _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/ |
D | sampler.cc | 698 state.pc = reinterpret_cast<void*>(context.Rip); in DoSample()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 739 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 526 StackFrame.AddrPC.Offset = Context.Rip; 794 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 530 StackFrame.AddrPC.Offset = Context.Rip; 807 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 525 StackFrame.AddrPC.Offset = Context.Rip; 793 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 354 StackFrame.AddrPC.Offset = ep->ContextRecord->Rip;
|