Gobuf 58 src/pkg/runtime/runtime.h typedef struct Gobuf Gobuf; Gobuf 259 src/pkg/runtime/runtime.h Gobuf sched; Gobuf 296 src/pkg/runtime/runtime.h Gobuf morebuf; // gobuf arg to morestack Gobuf 426 src/pkg/runtime/runtime.h Gobuf gobuf; Gobuf 815 src/pkg/runtime/runtime.h void runtime·gogo(Gobuf*); Gobuf 816 src/pkg/runtime/runtime.h void runtime·gostartcall(Gobuf*, void(*)(void), void*); Gobuf 817 src/pkg/runtime/runtime.h void runtime·gostartcallfn(Gobuf*, FuncVal*); Gobuf 818 src/pkg/runtime/runtime.h void runtime·gosave(Gobuf*); Gobuf 888 src/pkg/runtime/runtime.h void runtime·rewindmorestack(Gobuf*); Gobuf 674 src/pkg/runtime/stack.c Gobuf label, morebuf; Gobuf 865 src/pkg/runtime/stack.c runtime·gostartcallfn(Gobuf *gobuf, FuncVal *fv) Gobuf 10 src/pkg/runtime/sys_arm.c runtime·gostartcall(Gobuf *gobuf, void (*fn)(void), void *ctxt) Gobuf 23 src/pkg/runtime/sys_arm.c runtime·rewindmorestack(Gobuf *gobuf) Gobuf 12 src/pkg/runtime/sys_x86.c runtime·gostartcall(Gobuf *gobuf, void (*fn)(void), void *ctxt) Gobuf 29 src/pkg/runtime/sys_x86.c runtime·rewindmorestack(Gobuf *gobuf)