func runtime.FuncForPC

9 uses

	runtime (current package)
		symtab.go#L715: 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#L172: 	f := runtime.FuncForPC(pc)

	net/http/pprof
		pprof.go#L205: 			f := runtime.FuncForPC(uintptr(pc))

	reflect
		value.go#L177: 	f := runtime.FuncForPC(pc)
		value.go#L188: 	f := runtime.FuncForPC(pc)
		value.go#L1108: 	rf := runtime.FuncForPC(pc)