methodsym 1290 src/cmd/gc/dcl.c s = methodsym(n->sym, t, 0); methodsym 1122 src/cmd/gc/go.h Sym* methodsym(Sym *nsym, Type *t0, int iface); methodsym 422 src/cmd/gc/reflect.c a->isym = methodsym(method, it, 1); methodsym 423 src/cmd/gc/reflect.c a->tsym = methodsym(method, t, 0); methodsym 494 src/cmd/gc/reflect.c isym = methodsym(method, t, 0); methodsym 2585 src/cmd/gc/subr.c n->left = newname(methodsym(method->sym, methodrcvr, 0));