runtime.m.vdsoSP (field)
4 uses
runtime (current package)
proc.go#L4473: if gp == nil || sp < gp.stack.lo || gp.stack.hi < sp || setsSP(pc) || (mp != nil && mp.vdsoSP != 0) {
proc.go#L4511: if n == 0 && mp != nil && mp.vdsoSP != 0 {
proc.go#L4512: n = gentraceback(mp.vdsoPC, mp.vdsoSP, 0, gp, 0, &stk[0], len(stk), nil, nil, _TraceTrap|_TraceJumpStack)
runtime2.go#L555: vdsoSP uintptr // SP for traceback while in VDSO call (0 if not in call)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |