func runtime.FuncForPC
8 uses
runtime (current package)
symtab.go#L584: func FuncForPC(pc uintptr) *Func {
runtime/pprof
protomem.go#L38: if f := runtime.FuncForPC(addr); f != nil && strings.HasPrefix(f.Name(), "runtime.") {
github.com/google/go-cmp/cmp/internal/function
func.go#L72: fnc := runtime.FuncForPC(v.Pointer())
golang.org/x/net/trace
events.go#L376: f := runtime.FuncForPC(pc)
internal/reflectlite
value.go#L173: f := runtime.FuncForPC(pc)
reflect
value.go#L175: f := runtime.FuncForPC(pc)
value.go#L186: f := runtime.FuncForPC(pc)
value.go#L763: rf := runtime.FuncForPC(pc)
![]() |
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. |