type runtime.gobuf

7 uses

	runtime (current package)
		runtime2.go#L313: type gobuf struct {
		runtime2.go#L419: 	sched        gobuf
		runtime2.go#L488: 	morebuf gobuf  // gobuf arg to morestack
		stack.go#L1093: func gostartcallfn(gobuf *gobuf, fv *funcval) {
		stubs.go#L169: func gogo(buf *gobuf)
		stubs.go#L170: func gosave(buf *gobuf)
		sys_x86.go#L16: func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {