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)