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)