STACKSIZE          23 src/pkg/runtime/cgo/gcc_windows_386.c 	g->stackguard = (uintptr)&tmp - STACKSIZE + 8*1024;
STACKSIZE          48 src/pkg/runtime/cgo/gcc_windows_386.c 	ts.g->stackguard = (uintptr)&ts - STACKSIZE + 8*1024;
STACKSIZE          23 src/pkg/runtime/cgo/gcc_windows_amd64.c 	g->stackguard = (uintptr)&tmp - STACKSIZE + 8*1024;
STACKSIZE          48 src/pkg/runtime/cgo/gcc_windows_amd64.c 	ts.g->stackguard = (uintptr)&ts - STACKSIZE + 8*1024;