| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| 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 | 49 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPC, 1, "illegal opcode"); in Reset() 50 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset() 51 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset() 52 ADD_SIGCODE(SIGILL, 4, ILL_ILLTRP, 4, "illegal trap"); in Reset() 53 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset() 54 ADD_SIGCODE(SIGILL, 4, ILL_PRVREG, 6, "privileged register"); in Reset() 55 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset() 56 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 | 206 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in svc_handler() 719 call_trapsignal(td, SIGILL, ILL_ILLTRP, in do_el0_sync() 744 call_trapsignal(td, SIGILL, ILL_ILLTRP, (void *)far, in do_el0_sync() 748 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in do_el0_sync() 778 call_trapsignal(td, SIGILL, ILL_PRVOPC, in do_el0_sync() 794 call_trapsignal(td, SIGILL, ILL_ILLOPC, (void *)frame->tf_elr, in do_el0_sync()
|
| /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() 1217 return (SIGILL); in emulate_mfspr() 1226 return (SIGILL); in emulate_mfspr() 1237 return (SIGILL); in emulate_mtspr() 1244 return (SIGILL); in emulate_mtspr() 1257 sig = SIGILL; in ppc_instr_emulate() 1289 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/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/ |
| 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/lib/libc/nls/ |
| H A D | be_BY.UTF-8.msg | 193 $ SIGILL
|
| H A D | mn_MN.UTF-8.msg | 193 $ SIGILL
|
| H A D | uk_UA.UTF-8.msg | 203 $ SIGILL
|
| H A D | ru_RU.UTF-8.msg | 204 $ SIGILL
|
| H A D | ru_RU.KOI8-R.msg | 204 $ SIGILL
|
| /freebsd/tools/test/vm86/ |
| H A D | vm86_test.c | 100 if (sigaction(SIGILL, &sa, NULL) == -1) in main() 101 err(1, "sigaction SIGILL"); in main()
|