runtime.g.startpc (field)
6 uses
runtime (current package)
proc.go#L4070: newg.startpc = fn.fn
proc.go#L4093: traceGoCreate(newg, newg.startpc)
runtime2.go#L466: startpc uintptr // pc of goroutine function
stack.go#L1152: f := findfunc(gp.startpc)
trace.go#L230: id := trace.stackTab.put([]uintptr{gp.startpc + sys.PCQuantum})
traceback.go#L1029: f := findfunc(gp.startpc)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)