func runtime.funcspdelta
4 uses
runtime (current package)
preempt.go#L389: if (GOARCH == "mips" || GOARCH == "mipsle" || GOARCH == "mips64" || GOARCH == "mips64le") && lr == pc+8 && funcspdelta(f, pc, nil) == 0 {
symtab.go#L903: func funcspdelta(f funcInfo, targetpc uintptr, cache *pcvalueCache) int32 {
traceback.go#L208: frame.fp = frame.sp + uintptr(funcspdelta(f, frame.pc, &cache))
traceback.go#L502: } else if funcspdelta(f, frame.pc, &cache) == 0 {
 |
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. |