]> Cypherpunks.ru repositories - gostls13.git/blob - src/runtime/sigtab_linux_mipsx.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / sigtab_linux_mipsx.go
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 //go:build (mips || mipsle || mips64 || mips64le) && linux
6
7 package runtime
8
9 var sigtable = [...]sigTabT{
10         /*  0 */ {0, "SIGNONE: no trap"},
11         /*  1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
12         /*  2 */ {_SigNotify + _SigKill, "SIGINT: interrupt"},
13         /*  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"},
17         /*  7 */ {_SigThrow, "SIGEMT"},
18         /*  8 */ {_SigPanic + _SigUnblock, "SIGFPE: floating-point exception"},
19         /*  9 */ {0, "SIGKILL: kill"},
20         /*  10 */ {_SigPanic + _SigUnblock, "SIGBUS: bus error"},
21         /*  11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
22         /*  12 */ {_SigThrow, "SIGSYS: bad system call"},
23         /*  13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
24         /*  14 */ {_SigNotify, "SIGALRM: alarm clock"},
25         /*  15 */ {_SigNotify + _SigKill, "SIGTERM: termination"},
26         /*  16 */ {_SigNotify, "SIGUSR1: user-defined signal 1"},
27         /*  17 */ {_SigNotify, "SIGUSR2: user-defined signal 2"},
28         /*  18 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
29         /*  19 */ {_SigNotify, "SIGPWR: power failure restart"},
30         /*  20 */ {_SigNotify + _SigIgn, "SIGWINCH: window size change"},
31         /*  21 */ {_SigNotify + _SigIgn, "SIGURG: urgent condition on socket"},
32         /*  22 */ {_SigNotify, "SIGIO: i/o now possible"},
33         /*  23 */ {0, "SIGSTOP: stop, unblockable"},
34         /*  24 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
35         /*  25 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue"},
36         /*  26 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
37         /*  27 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
38         /*  28 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
39         /*  29 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
40         /*  30 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
41         /*  31 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
42         /*  32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
43         /*  33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */
44         /*  34 */ {_SigSetStack + _SigUnblock, "signal 34"}, /* musl SIGSYNCCALL; see issue 39343 */
45         /*  35 */ {_SigNotify, "signal 35"},
46         /*  36 */ {_SigNotify, "signal 36"},
47         /*  37 */ {_SigNotify, "signal 37"},
48         /*  38 */ {_SigNotify, "signal 38"},
49         /*  39 */ {_SigNotify, "signal 39"},
50         /*  40 */ {_SigNotify, "signal 40"},
51         /*  41 */ {_SigNotify, "signal 41"},
52         /*  42 */ {_SigNotify, "signal 42"},
53         /*  43 */ {_SigNotify, "signal 43"},
54         /*  44 */ {_SigNotify, "signal 44"},
55         /*  45 */ {_SigNotify, "signal 45"},
56         /*  46 */ {_SigNotify, "signal 46"},
57         /*  47 */ {_SigNotify, "signal 47"},
58         /*  48 */ {_SigNotify, "signal 48"},
59         /*  49 */ {_SigNotify, "signal 49"},
60         /*  50 */ {_SigNotify, "signal 50"},
61         /*  51 */ {_SigNotify, "signal 51"},
62         /*  52 */ {_SigNotify, "signal 52"},
63         /*  53 */ {_SigNotify, "signal 53"},
64         /*  54 */ {_SigNotify, "signal 54"},
65         /*  55 */ {_SigNotify, "signal 55"},
66         /*  56 */ {_SigNotify, "signal 56"},
67         /*  57 */ {_SigNotify, "signal 57"},
68         /*  58 */ {_SigNotify, "signal 58"},
69         /*  59 */ {_SigNotify, "signal 59"},
70         /*  60 */ {_SigNotify, "signal 60"},
71         /*  61 */ {_SigNotify, "signal 61"},
72         /*  62 */ {_SigNotify, "signal 62"},
73         /*  63 */ {_SigNotify, "signal 63"},
74         /*  64 */ {_SigNotify, "signal 64"},
75         /*  65 */ {_SigNotify, "signal 65"},
76         /*  66 */ {_SigNotify, "signal 66"},
77         /*  67 */ {_SigNotify, "signal 67"},
78         /*  68 */ {_SigNotify, "signal 68"},
79         /*  69 */ {_SigNotify, "signal 69"},
80         /*  70 */ {_SigNotify, "signal 70"},
81         /*  71 */ {_SigNotify, "signal 71"},
82         /*  72 */ {_SigNotify, "signal 72"},
83         /*  73 */ {_SigNotify, "signal 73"},
84         /*  74 */ {_SigNotify, "signal 74"},
85         /*  75 */ {_SigNotify, "signal 75"},
86         /*  76 */ {_SigNotify, "signal 76"},
87         /*  77 */ {_SigNotify, "signal 77"},
88         /*  78 */ {_SigNotify, "signal 78"},
89         /*  79 */ {_SigNotify, "signal 79"},
90         /*  80 */ {_SigNotify, "signal 80"},
91         /*  81 */ {_SigNotify, "signal 81"},
92         /*  82 */ {_SigNotify, "signal 82"},
93         /*  83 */ {_SigNotify, "signal 83"},
94         /*  84 */ {_SigNotify, "signal 84"},
95         /*  85 */ {_SigNotify, "signal 85"},
96         /*  86 */ {_SigNotify, "signal 86"},
97         /*  87 */ {_SigNotify, "signal 87"},
98         /*  88 */ {_SigNotify, "signal 88"},
99         /*  89 */ {_SigNotify, "signal 89"},
100         /*  90 */ {_SigNotify, "signal 90"},
101         /*  91 */ {_SigNotify, "signal 91"},
102         /*  92 */ {_SigNotify, "signal 92"},
103         /*  93 */ {_SigNotify, "signal 93"},
104         /*  94 */ {_SigNotify, "signal 94"},
105         /*  95 */ {_SigNotify, "signal 95"},
106         /*  96 */ {_SigNotify, "signal 96"},
107         /*  97 */ {_SigNotify, "signal 97"},
108         /*  98 */ {_SigNotify, "signal 98"},
109         /*  99 */ {_SigNotify, "signal 99"},
110         /* 100 */ {_SigNotify, "signal 100"},
111         /* 101 */ {_SigNotify, "signal 101"},
112         /* 102 */ {_SigNotify, "signal 102"},
113         /* 103 */ {_SigNotify, "signal 103"},
114         /* 104 */ {_SigNotify, "signal 104"},
115         /* 105 */ {_SigNotify, "signal 105"},
116         /* 106 */ {_SigNotify, "signal 106"},
117         /* 107 */ {_SigNotify, "signal 107"},
118         /* 108 */ {_SigNotify, "signal 108"},
119         /* 109 */ {_SigNotify, "signal 109"},
120         /* 110 */ {_SigNotify, "signal 110"},
121         /* 111 */ {_SigNotify, "signal 111"},
122         /* 112 */ {_SigNotify, "signal 112"},
123         /* 113 */ {_SigNotify, "signal 113"},
124         /* 114 */ {_SigNotify, "signal 114"},
125         /* 115 */ {_SigNotify, "signal 115"},
126         /* 116 */ {_SigNotify, "signal 116"},
127         /* 117 */ {_SigNotify, "signal 117"},
128         /* 118 */ {_SigNotify, "signal 118"},
129         /* 119 */ {_SigNotify, "signal 119"},
130         /* 120 */ {_SigNotify, "signal 120"},
131         /* 121 */ {_SigNotify, "signal 121"},
132         /* 122 */ {_SigNotify, "signal 122"},
133         /* 123 */ {_SigNotify, "signal 123"},
134         /* 124 */ {_SigNotify, "signal 124"},
135         /* 125 */ {_SigNotify, "signal 125"},
136         /* 126 */ {_SigNotify, "signal 126"},
137         /* 127 */ {_SigNotify, "signal 127"},
138         /* 128 */ {_SigNotify, "signal 128"},
139 }