type runtime.ucontext

3 uses

	runtime (current package)
		defs_darwin_amd64.go#L329: type ucontext struct {
		defs_darwin_amd64.go#L333: 	uc_link     *ucontext
		signal_darwin_amd64.go#L16: func (c *sigctxt) regs() *regs64 { return &(*ucontext)(c.ctxt).uc_mcontext.ss }