Home
last modified time | relevance | path

Searched refs:si_code (Results 1 – 25 of 4594) sorted by relevance

12345678910>>...184

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/symbolizer/
H A DSignalHandler.cpp199 switch (si_code) { in sigill_reason()
223 switch (si_code) { in sigfpe_reason()
247 switch (si_code) { in sigsegv_reason()
259 switch (si_code) { in sigbus_reason()
275 switch (si_code) { in sigtrap_reason()
289 switch (si_code) { in sigchld_reason()
309 switch (si_code) { in sigio_reason()
386 if (siginfo->si_code <= 0) { in dumpSignalInfo()
400 if (siginfo->si_code < 0) { in dumpSignalInfo()
402 printDec(-siginfo->si_code); in dumpSignalInfo()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/linux-user/ppc/
H A Dcpu_loop.c104 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
109 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
114 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
122 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
134 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
162 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
260 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
271 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
298 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
361 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/linux-user/ppc/
H A Dcpu_loop.c109 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
114 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
119 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
127 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
139 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
167 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
265 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
277 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
304 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
367 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/linux-user/ppc/
H A Dcpu_loop.c109 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
114 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
119 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
127 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
139 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
167 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
265 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
277 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
304 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
367 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/ppc/
H A Dcpu_loop.c104 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
109 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
114 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
122 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
134 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
162 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
260 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
271 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
298 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
361 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/ppc/
H A Dcpu_loop.c103 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
108 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
113 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
121 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
133 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
139 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
161 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
259 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
270 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
297 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/ppc/
H A Dcpu_loop.c109 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
114 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
119 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
127 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
139 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
167 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
265 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
276 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
303 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
366 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/ppc/
H A Dcpu_loop.c111 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
116 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
121 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
129 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
141 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
169 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
267 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
279 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
306 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
369 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/ppc/
H A Dcpu_loop.c109 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
114 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
119 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
127 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
139 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
167 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
265 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
276 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
303 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
366 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu/qemu-6.2.0/linux-user/ppc/
H A Dcpu_loop.c111 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
116 info.si_code = TARGET_ILL_ILLADR; in cpu_loop()
121 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
129 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
141 info.si_code = TARGET_SEGV_MAPERR; in cpu_loop()
147 info.si_code = TARGET_SEGV_ACCERR; in cpu_loop()
259 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
271 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
298 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
361 info.si_code = TARGET_ILL_COPROC; in cpu_loop()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/linux-user/alpha/
H A Dcpu_loop.c66 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
74 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
81 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
94 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
102 info.si_code = 0; in cpu_loop()
149 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
152 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
155 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
167 info.si_code = 0; in cpu_loop()
171 info.si_code = 0; in cpu_loop()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/linux-user/alpha/
H A Dcpu_loop.c66 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
74 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
81 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
94 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
102 info.si_code = 0; in cpu_loop()
149 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
152 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
155 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
167 info.si_code = 0; in cpu_loop()
171 info.si_code = 0; in cpu_loop()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/alpha/
H A Dcpu_loop.c66 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
74 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
81 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
94 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
102 info.si_code = 0; in cpu_loop()
149 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
152 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
155 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
167 info.si_code = 0; in cpu_loop()
171 info.si_code = 0; in cpu_loop()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/alpha/
H A Dcpu_loop.c65 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
73 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
80 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
93 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
101 info.si_code = 0; in cpu_loop()
148 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
151 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
154 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
166 info.si_code = 0; in cpu_loop()
170 info.si_code = 0; in cpu_loop()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/linux-user/alpha/
H A Dcpu_loop.c66 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
74 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
81 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
94 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
102 info.si_code = 0; in cpu_loop()
149 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
152 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
155 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
167 info.si_code = 0; in cpu_loop()
171 info.si_code = 0; in cpu_loop()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/alpha/
H A Dcpu_loop.c68 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
76 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
83 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
96 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
104 info.si_code = 0; in cpu_loop()
151 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
154 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
157 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
169 info.si_code = 0; in cpu_loop()
173 info.si_code = 0; in cpu_loop()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/alpha/
H A Dcpu_loop.c66 info.si_code = TARGET_BUS_ADRALN;
74 info.si_code = TARGET_ILL_ILLOPC;
81 info.si_code = TARGET_FPE_FLTINV;
94 info.si_code = TARGET_TRAP_BRKPT;
102 info.si_code = 0;
149 info.si_code = TARGET_FPE_INTOVF;
152 info.si_code = TARGET_FPE_INTDIV;
155 info.si_code = TARGET_FPE_FLTOVF;
167 info.si_code = 0;
171 info.si_code = 0;
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/alpha/
H A Dcpu_loop.c66 info.si_code = TARGET_BUS_ADRALN; in cpu_loop()
74 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
81 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
94 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
102 info.si_code = 0; in cpu_loop()
149 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
152 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
155 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
167 info.si_code = 0; in cpu_loop()
171 info.si_code = 0; in cpu_loop()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/debug/
H A Dstack_trace_posix.cc200 if (info->si_code == BUS_ADRALN) in StackDumpSignalHandler()
202 else if (info->si_code == BUS_ADRERR) in StackDumpSignalHandler()
204 else if (info->si_code == BUS_OBJERR) in StackDumpSignalHandler()
209 if (info->si_code == FPE_FLTDIV) in StackDumpSignalHandler()
211 else if (info->si_code == FPE_FLTINV) in StackDumpSignalHandler()
213 else if (info->si_code == FPE_FLTOVF) in StackDumpSignalHandler()
215 else if (info->si_code == FPE_FLTRES) in StackDumpSignalHandler()
217 else if (info->si_code == FPE_FLTSUB) in StackDumpSignalHandler()
219 else if (info->si_code == FPE_FLTUND) in StackDumpSignalHandler()
228 if (info->si_code == ILL_BADSTK) in StackDumpSignalHandler()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/debug/
H A Dstack_trace_posix.cc200 if (info->si_code == BUS_ADRALN) in StackDumpSignalHandler()
202 else if (info->si_code == BUS_ADRERR) in StackDumpSignalHandler()
204 else if (info->si_code == BUS_OBJERR) in StackDumpSignalHandler()
209 if (info->si_code == FPE_FLTDIV) in StackDumpSignalHandler()
211 else if (info->si_code == FPE_FLTINV) in StackDumpSignalHandler()
213 else if (info->si_code == FPE_FLTOVF) in StackDumpSignalHandler()
215 else if (info->si_code == FPE_FLTRES) in StackDumpSignalHandler()
217 else if (info->si_code == FPE_FLTSUB) in StackDumpSignalHandler()
219 else if (info->si_code == FPE_FLTUND) in StackDumpSignalHandler()
228 if (info->si_code == ILL_BADSTK) in StackDumpSignalHandler()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/base/debug/
H A Dstack_trace_posix.cc200 if (info->si_code == BUS_ADRALN) in StackDumpSignalHandler()
202 else if (info->si_code == BUS_ADRERR) in StackDumpSignalHandler()
204 else if (info->si_code == BUS_OBJERR) in StackDumpSignalHandler()
209 if (info->si_code == FPE_FLTDIV) in StackDumpSignalHandler()
211 else if (info->si_code == FPE_FLTINV) in StackDumpSignalHandler()
213 else if (info->si_code == FPE_FLTOVF) in StackDumpSignalHandler()
215 else if (info->si_code == FPE_FLTRES) in StackDumpSignalHandler()
217 else if (info->si_code == FPE_FLTSUB) in StackDumpSignalHandler()
219 else if (info->si_code == FPE_FLTUND) in StackDumpSignalHandler()
228 if (info->si_code == ILL_BADSTK) in StackDumpSignalHandler()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/base/debug/
H A Dstack_trace_posix.cc200 if (info->si_code == BUS_ADRALN) in StackDumpSignalHandler()
202 else if (info->si_code == BUS_ADRERR) in StackDumpSignalHandler()
204 else if (info->si_code == BUS_OBJERR) in StackDumpSignalHandler()
209 if (info->si_code == FPE_FLTDIV) in StackDumpSignalHandler()
211 else if (info->si_code == FPE_FLTINV) in StackDumpSignalHandler()
213 else if (info->si_code == FPE_FLTOVF) in StackDumpSignalHandler()
215 else if (info->si_code == FPE_FLTRES) in StackDumpSignalHandler()
217 else if (info->si_code == FPE_FLTSUB) in StackDumpSignalHandler()
219 else if (info->si_code == FPE_FLTUND) in StackDumpSignalHandler()
228 if (info->si_code == ILL_BADSTK) in StackDumpSignalHandler()
[all …]
/dports/emulators/qemu/qemu-6.2.0/linux-user/alpha/
H A Dcpu_loop.c61 info.si_code = TARGET_ILL_ILLOPC; in cpu_loop()
68 info.si_code = TARGET_FPE_FLTINV; in cpu_loop()
81 info.si_code = TARGET_TRAP_BRKPT; in cpu_loop()
89 info.si_code = 0; in cpu_loop()
136 info.si_code = TARGET_FPE_INTOVF; in cpu_loop()
139 info.si_code = TARGET_FPE_INTDIV; in cpu_loop()
142 info.si_code = TARGET_FPE_FLTOVF; in cpu_loop()
145 info.si_code = TARGET_FPE_FLTUND; in cpu_loop()
154 info.si_code = 0; in cpu_loop()
158 info.si_code = 0; in cpu_loop()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Damd64-linux-siginfo.c58 int si_code; member
146 int si_code; member
213 int si_code; member
320 to->si_code = from_ptrace.si_code; in compat_siginfo_from_siginfo()
340 else if (to->si_code < 0) in compat_siginfo_from_siginfo()
387 to_ptrace.si_code = from->si_code; in siginfo_from_compat_siginfo()
400 if (to_ptrace.si_code < 0) in siginfo_from_compat_siginfo()
451 to->si_code = from_ptrace.si_code; in compat_x32_siginfo_from_siginfo()
464 else if (to->si_code < 0) in compat_x32_siginfo_from_siginfo()
515 to_ptrace.si_code = from->si_code; in siginfo_from_compat_x32_siginfo()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Dtraps.c127 int si_code = 0; in do_fp_trap() local
132 si_code = FPE_FLTINV; in do_fp_trap()
134 si_code = FPE_FLTDIV; in do_fp_trap()
136 si_code = FPE_FLTOVF; in do_fp_trap()
195 int si_code, vic; in vector_exception() local
207 si_code = FPE_FLTINV; in vector_exception()
210 si_code = FPE_FLTDIV; in vector_exception()
213 si_code = FPE_FLTOVF; in vector_exception()
216 si_code = FPE_FLTUND; in vector_exception()
219 si_code = FPE_FLTRES; in vector_exception()
[all …]

12345678910>>...184