func runtime.goexit
3 uses
runtime (current package)
proc.go#L1901: gp.sched.pc = funcPC(goexit) + sys.PCQuantum
proc.go#L4065: newg.sched.pc = funcPC(goexit) + sys.PCQuantum // +PCQuantum so that previous instruction is in same function
stubs.go#L206: func goexit(neverCallThisFunction)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)