func runtime.FuncForPC
7 uses
runtime (current package)
symtab.go#L754: func FuncForPC(pc uintptr) *Func {
runtime/pprof
protomem.go#L39: if f := runtime.FuncForPC(addr); f != nil && (strings.HasPrefix(f.Name(), "runtime.") || strings.HasPrefix(f.Name(), "internal/runtime/")) {
github.com/google/go-cmp/cmp/internal/function
func.go#L79: fnc := runtime.FuncForPC(v.Pointer())
golang.org/x/net/trace
events.go#L376: f := runtime.FuncForPC(pc)
internal/reflectlite
value.go#L181: f := runtime.FuncForPC(pc)
net/http/pprof
pprof.go#L223: f := runtime.FuncForPC(uintptr(pc))
reflect
value.go#L1144: rf := runtime.FuncForPC(pc)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)