type runtime.ucontext

3 uses

	runtime (current package)
		defs_darwin_arm64.go#L194: type ucontext struct {
		defs_darwin_arm64.go#L198: 	uc_link     *ucontext
		signal_darwin_arm64.go#L16: func (c *sigctxt) regs() *regs64 { return &(*ucontext)(c.ctxt).uc_mcontext.ss }