Eface             813 src/cmd/dist/goc2c.c 		type_table[Eface].size = 2*type_table[Uintptr].size;
Eface             821 src/cmd/dist/goc2c.c 		type_table[Eface].rnd = type_table[Uintptr].rnd;
Eface              25 src/pkg/runtime/callback_windows.c runtime·compilecallback(Eface fn, bool cleanstack)
Eface              66 src/pkg/runtime/cgo/callbacks.c extern void ·cgoStringToEface(String, Eface*);
Eface              72 src/pkg/runtime/cgo/callbacks.c 	Eface err;
Eface             920 src/pkg/runtime/heapdump.c 	Eface *e;
Eface             924 src/pkg/runtime/heapdump.c 	e = (Eface*)((byte*)p + offset);
Eface             634 src/pkg/runtime/malloc.h void	runtime·gc_m_ptr(Eface*);
Eface             635 src/pkg/runtime/malloc.h void	runtime·gc_g_ptr(Eface*);
Eface             636 src/pkg/runtime/malloc.h void	runtime·gc_itab_ptr(Eface*);
Eface             733 src/pkg/runtime/mgc0.c 	Eface *eface;
Eface             922 src/pkg/runtime/mgc0.c 			eface = (Eface*)(stack_top.b + pc[1]);
Eface            2362 src/pkg/runtime/mgc0.c 	Eface eface;
Eface            2612 src/pkg/runtime/mgc0.c 	Eface *ef, ef1;
Eface            2655 src/pkg/runtime/mgc0.c 				framesz = sizeof(Eface) + f->nret;
Eface            2672 src/pkg/runtime/mgc0.c 					ef = (Eface*)frame;
Eface              29 src/pkg/runtime/os_windows.h byte *runtime·compilecallback(Eface fn, bool cleanstack);
Eface             213 src/pkg/runtime/panic.c runtime·panic(Eface e)
Eface             360 src/pkg/runtime/panic.c 	Eface *ret;
Eface             371 src/pkg/runtime/panic.c 	ret = (Eface*)&retbase;
Eface             527 src/pkg/runtime/panic.c 	Eface err;
Eface             141 src/pkg/runtime/print.c 			siz = sizeof(Eface);
Eface             159 src/pkg/runtime/print.c 			runtime·printeface(*(Eface*)v);
Eface             144 src/pkg/runtime/proc.c 	Eface i;
Eface             666 src/pkg/runtime/proc.c 		Eface e;
Eface             697 src/pkg/runtime/proc.c 		Eface e;
Eface              73 src/pkg/runtime/runtime.h typedef	struct	Eface		Eface;
Eface             537 src/pkg/runtime/runtime.h 	Eface	arg;
Eface             716 src/pkg/runtime/runtime.h 	Eface	arg;		// argument to panic
Eface             877 src/pkg/runtime/runtime.h bool	runtime·efaceeq_c(Eface, Eface);
Eface             879 src/pkg/runtime/runtime.h uintptr	runtime·efacehash(Eface, uintptr);
Eface            1075 src/pkg/runtime/runtime.h void	runtime·printeface(Eface);
Eface            1085 src/pkg/runtime/runtime.h void	runtime·panic(Eface);
Eface            1093 src/pkg/runtime/runtime.h void	runtime·printany(Eface);
Eface            1094 src/pkg/runtime/runtime.h void	runtime·newTypeAssertionError(String*, String*, String*, String*, Eface*);
Eface            1095 src/pkg/runtime/runtime.h void	runtime·newErrorString(String, Eface*);
Eface            1096 src/pkg/runtime/runtime.h void	runtime·newErrorCString(int8*, Eface*);
Eface            1134 src/pkg/runtime/runtime.h void	runtime·ifaceE2I(InterfaceType*, Eface, Iface*);
Eface            1135 src/pkg/runtime/runtime.h bool	runtime·ifaceE2I2(InterfaceType*, Eface, Iface*);