SIG_ESP            26 src/pkg/runtime/signal_386.c 	runtime·printf("esp     %x\n", SIG_ESP(info, ctxt));
SIG_ESP            42 src/pkg/runtime/signal_386.c 		runtime·sigprof((byte*)SIG_EIP(info, ctxt), (byte*)SIG_ESP(info, ctxt), nil, gp, m);
SIG_ESP            78 src/pkg/runtime/signal_386.c 			sp = (uintptr*)SIG_ESP(info, ctxt);
SIG_ESP            80 src/pkg/runtime/signal_386.c 			SIG_ESP(info, ctxt) = (uintptr)sp;
SIG_ESP           112 src/pkg/runtime/signal_386.c 		runtime·traceback(SIG_EIP(info, ctxt), SIG_ESP(info, ctxt), 0, gp);