const runtime._SEGV_ACCERR

2 uses

	runtime (current package)
		defs_darwin_amd64.go#L80: 	_SEGV_ACCERR = 0x2
		signal_unix.go#L733: 		if (g.sigcode0 == 0 || g.sigcode0 == _SEGV_MAPERR || g.sigcode0 == _SEGV_ACCERR) && g.sigcode1 < 0x1000 {