func dsymptrOffLSym(s *obj.LSym, off int, x *obj.LSym, xoff int) int { s.WriteOff(Ctxt, int64(off), x, int64(xoff)) off += 4 return off }