Home
last modified time | relevance | path

Searched refs:_SigThrow (Results 1 – 25 of 86) sorted by relevance

1234

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dsignal_nacl.go16 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
17 /* 4 */ {_SigThrow, "SIGILL: illegal instruction"},
18 /* 5 */ {_SigThrow, "SIGTRAP: trace trap"},
19 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
20 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
25 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_darwin.go16 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
17 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
18 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
19 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
20 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
25 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_openbsd.go16 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
17 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
18 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
19 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
20 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
25 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_netbsd.go16 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
17 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
18 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
19 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
20 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
25 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_dragonfly.go16 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
17 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
18 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
19 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
20 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
25 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsigtab_linux_generic.go22 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
23 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
24 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
25 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
35 /* 16 */ {_SigThrow + _SigUnblock, "SIGSTKFLT: stack fault"},
50 /* 31 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_solaris.go16 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit (ASCII FS)"},
17 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction (not reset when caught)"},
18 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap (not reset when caught)"},
19 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: used by abort, replace SIGIOT in the future"},
20 /* 7 */ {_SigThrow, "SIGEMT: EMT instruction"},
25 /* 12 */ {_SigThrow, "SIGSYS: bad argument to system call"},
H A Dsignal_freebsd.go16 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
17 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
18 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
19 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
20 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
H A Dsigtab_linux_mipsx.go19 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
20 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
21 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
22 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
23 /* 7 */ {_SigThrow, "SIGEMT"},
28 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dsignal_openbsd.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_darwin.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_dragonfly.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_netbsd.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsigtab_linux_generic.go17 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
18 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
19 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
20 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
30 /* 16 */ {_SigThrow + _SigUnblock, "SIGSTKFLT: stack fault"},
45 /* 31 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_solaris.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit (ASCII FS)"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction (not reset when caught)"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap (not reset when caught)"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: used by abort, replace SIGIOT in the future"},
15 /* 7 */ {_SigThrow, "SIGEMT: EMT instruction"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad argument to system call"},
H A Dsignal_freebsd.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsignal_openbsd.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_netbsd.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_darwin.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_dragonfly.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsigtab_linux_generic.go13 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
14 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
15 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
16 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
26 /* 16 */ {_SigThrow + _SigUnblock, "SIGSTKFLT: stack fault"},
41 /* 31 */ {_SigThrow, "SIGSYS: bad system call"},
H A Dsignal_solaris.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit (ASCII FS)"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction (not reset when caught)"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap (not reset when caught)"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: used by abort, replace SIGIOT in the future"},
15 /* 7 */ {_SigThrow, "SIGEMT: EMT instruction"},
20 /* 12 */ {_SigThrow, "SIGSYS: bad argument to system call"},
H A Dsignal_freebsd.go11 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
14 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
15 /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/runtime/
H A Dsigtab_linux_generic.go20 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
21 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
22 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
23 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
33 /* 16 */ {_SigThrow + _SigUnblock, "SIGSTKFLT: stack fault"},
H A Dsigtab_linux_mips64x.go19 /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
20 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
21 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
22 /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
23 /* 7 */ {_SigThrow, "SIGEMT"},

1234