runtime.stackObject.typ (field)

5 uses

	runtime (current package)
		mgcmark.go#L796: 		t := obj.typ
		mgcmark.go#L847: 				if obj.typ == nil { // reachable
		mgcmark.go#L850: 				println("  dead stkobj at", hex(gp.stack.lo+uintptr(obj.off)), "of type", obj.typ.string())
		mgcstack.go#L155: 	typ   *_type       // type info (for ptr/nonptr bits). nil if object has been scanned.
		mgcstack.go#L165: 	*(*uintptr)(unsafe.Pointer(&obj.typ)) = uintptr(unsafe.Pointer(typ))