| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | OpenBSDSignals.cpp | 34 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPC, 1, "illegal opcode"); in Reset() 35 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset() 36 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset() 37 ADD_SIGCODE(SIGILL, 4, ILL_ILLTRP, 4, "illegal trap"); in Reset() 38 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset() 39 ADD_SIGCODE(SIGILL, 4, ILL_PRVREG, 6, "privileged register"); in Reset() 40 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset() 41 ADD_SIGCODE(SIGILL, 4, ILL_BADSTK, 8, "internal stack error"); in Reset() 42 ADD_SIGCODE(SIGILL, 4, ILL_BTCFI, 9, "IBT missing on indirect call"); in Reset()
|
| H A D | NetBSDSignals.cpp | 34 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPC, 1, "illegal opcode"); in Reset() 35 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset() 36 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset() 37 ADD_SIGCODE(SIGILL, 4, ILL_ILLTRP, 4, "illegal trap"); in Reset() 38 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset() 39 ADD_SIGCODE(SIGILL, 4, ILL_PRVREG, 6, "privileged register"); in Reset() 40 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset() 41 ADD_SIGCODE(SIGILL, 4, ILL_BADSTK, 8, "internal stack error"); in Reset()
|
| H A D | FreeBSDSignals.cpp | 38 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPC, 1, "illegal opcode"); in Reset() 39 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset() 40 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset() 41 ADD_SIGCODE(SIGILL, 4, ILL_ILLTRP, 4, "illegal trap"); in Reset() 42 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset() 43 ADD_SIGCODE(SIGILL, 4, ILL_PRVREG, 6, "privileged register"); in Reset() 44 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset() 45 ADD_SIGCODE(SIGILL, 4, ILL_BADSTK, 8, "internal stack error"); in Reset()
|
| H A D | LinuxSignals.cpp | 106 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPC, 1, "illegal opcode"); in Reset() 107 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset() 108 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset() 109 ADD_SIGCODE(SIGILL, 4, ILL_ILLTRP, 4, "illegal trap"); in Reset() 110 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset() 111 ADD_SIGCODE(SIGILL, 4, ILL_PRVREG, 6, "privileged register"); in Reset() 112 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset() 113 ADD_SIGCODE(SIGILL, 4, ILL_BADSTK, 8, "internal stack error"); in Reset()
|
| /freebsd/lib/libc/gen/ |
| H A D | siglist.c | 39 [SIGILL] = "ILL", 74 [SIGILL] = "Illegal instruction",
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | signal.d | 32 inline int SIGILL = 4; variable 33 #pragma D binding "1.0" SIGILL 98 signal == SIGILL ? "SIGILL":
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | sparcv9cap.c | 161 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup() 175 sigaction(SIGILL, &common_act, &ill_oact); in OPENSSL_cpuid_setup() 226 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
|
| H A D | ppccap.c | 262 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup() 276 sigaction(SIGILL, &ill_act, &ill_oact); in OPENSSL_cpuid_setup() 322 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
|
| H A D | armcap.c | 358 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup() 369 sigaction(SIGILL, &ill_act, &ill_oact); in OPENSSL_cpuid_setup() 402 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | trap.c | 209 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in svc_handler() 742 call_trapsignal(td, SIGILL, ILL_ILLTRP, in do_el0_sync() 767 call_trapsignal(td, SIGILL, ILL_ILLTRP, (void *)far, in do_el0_sync() 771 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in do_el0_sync() 801 call_trapsignal(td, SIGILL, ILL_PRVOPC, in do_el0_sync() 817 call_trapsignal(td, SIGILL, ILL_ILLOPC, (void *)frame->tf_elr, in do_el0_sync()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/gpu/ |
| H A D | signal-macros.h | 13 #define SIGILL 4 macro
|
| /freebsd/contrib/llvm-project/libc/src/__support/StringUtil/tables/ |
| H A D | stdc_signals.h | 21 MsgMapping(SIGILL, "Illegal instruction"),
|
| /freebsd/crypto/openssl/crypto/ui/ |
| H A D | ui_openssl.c | 588 savsig[SIGILL] = signal(SIGILL, recsig); in pushsig() 624 signal(SIGILL, savsig[SIGILL]); in popsig()
|
| /freebsd/sys/arm/arm/ |
| H A D | undefined.c | 248 ksi.ksi_signo = SIGILL; in undefinedinstruction() 317 ksi.ksi_signo = SIGILL; in undefinedinstruction()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | hp | 297 >>>>>>>>>0xC4 belong 4 - received SIGILL 316 >>>>>>>>>0xC4 belong 4 - received SIGILL 338 >>>>>>>>>0xC4 belong 4 - received SIGILL 360 >>>>>>>>>0xC4 belong 4 - received SIGILL 382 >>>>>>>>>0xC4 belong 4 - received SIGILL 403 >>>>>>>>>0xC4 belong 4 - received SIGILL
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 325 sigexit(td, SIGILL); in sendsig() 1222 return (SIGILL); in emulate_mfspr() 1231 return (SIGILL); in emulate_mfspr() 1242 return (SIGILL); in emulate_mtspr() 1249 return (SIGILL); in emulate_mtspr() 1262 sig = SIGILL; in ppc_instr_emulate() 1294 if (sig == SIGILL) { in ppc_instr_emulate()
|
| H A D | trap.c | 323 sig = SIGILL; in trap() 350 sig = SIGILL; in trap() 357 sig = SIGILL; in trap() 417 if (sig == SIGILL) { in trap()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | signal-macros.h | 15 #define SIGILL 4 macro
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | sigreturn.sh | 103 signal(SIGILL, hand);
|
| /freebsd/lib/libsysdecode/ |
| H A D | signal.c | 36 [SIGILL] = "SIGILL",
|
| /freebsd/tools/test/stress2/testcases/badcode/ |
| H A D | badcode.c | 110 signal(SIGILL, hand); in test()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | csignal | 23 SIGILL
|
| /freebsd/sys/i386/i386/ |
| H A D | gdb_machdep.c | 108 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | csignal | 23 SIGILL
|
| /freebsd/lib/libc/nls/ |
| H A D | be_BY.UTF-8.msg | 193 $ SIGILL
|