func internal/runtime/sys.GetCallerSP
26 uses
internal/runtime/sys (current package)
intrinsics.go#L235: func GetCallerSP() uintptr
runtime
debugcall.go#L38: if sp := sys.GetCallerSP(); !(getg().stack.lo < sp && sp <= getg().stack.hi) {
mprof.go#L738: sp := sys.GetCallerSP()
mprof.go#L1394: sp := sys.GetCallerSP()
mprof.go#L1607: sp := sys.GetCallerSP()
mprof.go#L1710: sp := sys.GetCallerSP()
panic.go#L368: d.sp = sys.GetCallerSP()
panic.go#L472: d.sp = sys.GetCallerSP()
panic.go#L556: d.sp = sys.GetCallerSP()
panic.go#L662: p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
panic.go#L688: p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
panic.go#L850: p.gopanicFP = unsafe.Pointer(sys.GetCallerSP())
panic.go#L854: p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
panic.go#L894: p.startSP = unsafe.Pointer(sys.GetCallerSP())
panic.go#L1422: sp := sys.GetCallerSP()
panic.go#L1458: sp := sys.GetCallerSP()
proc.go#L284: pause(sys.GetCallerSP() - 16) // should not return
proc.go#L1919: gp.sched.sp = sys.GetCallerSP()
proc.go#L2433: sp := sys.GetCallerSP()
proc.go#L4743: reentersyscall(sys.GetCallerPC(), sys.GetCallerSP(), fp)
proc.go#L4804: sp := sys.GetCallerSP()
proc.go#L4858: save(sys.GetCallerPC(), sys.GetCallerSP(), getcallerfp())
proc.go#L4887: if sys.GetCallerSP() > gp.syscallsp {
signal_unix.go#L409: sp := sys.GetCallerSP()
signal_unix.go#L483: gp.m.gsignal.stktopsp = sys.GetCallerSP()
traceback.go#L1094: sp := sys.GetCallerSP()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |