func runtime.FuncForPC

6 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.") {

	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)