runtime._panic.sp (field)

4 uses

	runtime (current package)
		panic.go#L875: 		p.sp = unsafe.Pointer(getcallersp())
		panic.go#L880: 		p.sp = unsafe.Pointer(nil)
		panic.go#L996: 				gp.sigcode0 = uintptr(gp._panic.sp)
		runtime2.go#L947: 	sp        unsafe.Pointer // where to return to in runtime if this panic is bypassed