runtime.adjustinfo.delta (field)

7 uses

	runtime (current package)
		stack.go#L537: 	delta uintptr // ptr distance from old to new stack (newbase - oldbase)
		stack.go#L553: 		*pp = p + adjinfo.delta
		stack.go#L581: 	delta := adjinfo.delta
		stack.go#L819: 		newBot := oldBot + adjinfo.delta
		stack.go#L860: 	adjinfo.delta = new.hi - old.hi
		stack.go#L898: 		adjinfo.sghi += adjinfo.delta
		stack.go#L905: 	gp.stktopsp += adjinfo.delta