Home
last modified time | relevance | path

Searched refs:SIGILL (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNetBSDSignals.cpp34 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 DFreeBSDSignals.cpp38 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 DLinuxSignals.cpp49 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 Dsiglist.c39 [SIGILL] = "ILL",
74 [SIGILL] = "Illegal instruction",
/freebsd/crypto/openssl/crypto/
H A Darmcap.c218 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup()
229 sigaction(SIGILL, &ill_act, &ill_oact); in OPENSSL_cpuid_setup()
266 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
H A Dsparcv9cap.c151 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup()
165 sigaction(SIGILL, &common_act, &ill_oact); in OPENSSL_cpuid_setup()
217 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
H A Dppccap.c253 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup()
267 sigaction(SIGILL, &ill_act, &ill_oact); in OPENSSL_cpuid_setup()
313 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d32 inline int SIGILL = 4; variable
33 #pragma D binding "1.0" SIGILL
98 signal == SIGILL ? "SIGILL":
/freebsd/sys/arm/arm/
H A Dundefined.c250 ksi.ksi_signo = SIGILL; in undefinedinstruction()
304 ksi.ksi_signo = SIGILL; in undefinedinstruction()
332 ksi.ksi_signo = SIGILL; in undefinedinstruction()
/freebsd/sys/arm64/arm64/
H A Dtrap.c201 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in svc_handler()
642 call_trapsignal(td, SIGILL, ILL_ILLTRP, (void *)frame->tf_elr, in do_el0_sync()
668 call_trapsignal(td, SIGILL, ILL_ILLTRP, (void *)far, in do_el0_sync()
673 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in do_el0_sync()
708 call_trapsignal(td, SIGILL, ILL_PRVOPC, in do_el0_sync()
726 call_trapsignal(td, SIGILL, ILL_ILLOPC, (void *)frame->tf_elr, in do_el0_sync()
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c590 savsig[SIGILL] = signal(SIGILL, recsig); in pushsig()
626 signal(SIGILL, savsig[SIGILL]); in popsig()
/freebsd/contrib/file/magic/Magdir/
H A Dhp316 >>>>>>>>>0xC4 belong 4 - received SIGILL
335 >>>>>>>>>0xC4 belong 4 - received SIGILL
357 >>>>>>>>>0xC4 belong 4 - received SIGILL
379 >>>>>>>>>0xC4 belong 4 - received SIGILL
401 >>>>>>>>>0xC4 belong 4 - received SIGILL
422 >>>>>>>>>0xC4 belong 4 - received SIGILL
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c325 sigexit(td, SIGILL); in sendsig()
1220 return (SIGILL); in emulate_mfspr()
1229 return (SIGILL); in emulate_mfspr()
1240 return (SIGILL); in emulate_mtspr()
1247 return (SIGILL); in emulate_mtspr()
1260 sig = SIGILL; in ppc_instr_emulate()
1292 if (sig == SIGILL) { in ppc_instr_emulate()
H A Dtrap.c321 sig = SIGILL; in trap()
348 sig = SIGILL; in trap()
354 sig = SIGILL; in trap()
414 if (sig == SIGILL) { in trap()
/freebsd/tools/test/stress2/misc/
H A Dsigreturn.sh103 signal(SIGILL, hand);
/freebsd/tools/test/stress2/testcases/badcode/
H A Dbadcode.c110 signal(SIGILL, hand); in test()
/freebsd/lib/libsysdecode/
H A Dsignal.c36 [SIGILL] = "SIGILL",
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcsignal23 SIGILL
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c108 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg193 $ SIGILL
H A Dmn_MN.UTF-8.msg193 $ SIGILL
H A Duk_UA.UTF-8.msg203 $ SIGILL
H A Del_GR.ISO8859-7.msg193 $ SIGILL
H A Dru_RU.KOI8-R.msg206 $ SIGILL
/freebsd/tools/test/vm86/
H A Dvm86_test.c101 if (sigaction(SIGILL, &sa, NULL) == -1) in main()

12345