Home | History | Annotate | Download | only in gosym

Lines Matching refs:tos

608 	tos := noPath
619 tos = &stackEnt{s.Name, val, 0, noPath}
623 if tos == noPath {
626 tos.prev.offset += val - tos.start
627 tos = tos.prev
631 tos = &stackEnt{s.Name, val, 0, tos}
635 if tos == noPath {
638 return tos.path, aline - tos.start - tos.offset + 1