runtime.sigctxt.sp (method)
5 uses
runtime (current package)
signal_arm64.go#L46: print("sp ", hex(c.sp()), "\n")
signal_arm64.go#L55: func (c *sigctxt) sigsp() uintptr { return uintptr(c.sp()) }
signal_arm64.go#L66: sp := c.sp() - sys.SpAlign // needs only sizeof uint64, but must align the stack
signal_arm64.go#L87: sp := c.sp() - 16 // SP needs 16-byte alignment
signal_darwin_arm64.go#L49: func (c *sigctxt) sp() uint64 { return c.regs().sp }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)