Home
last modified time | relevance | path

Searched refs:SIGILL (Results 1 – 25 of 111) 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/cddl/lib/libdtrace/
H A Dsignal.d32 inline int SIGILL = 4; variable
33 #pragma D binding "1.0" SIGILL
98 signal == SIGILL ? "SIGILL":
/freebsd/crypto/openssl/crypto/
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.c263 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup()
277 sigaction(SIGILL, &ill_act, &ill_oact); in OPENSSL_cpuid_setup()
323 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
H A Darmcap.c363 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup()
374 sigaction(SIGILL, &ill_act, &ill_oact); in OPENSSL_cpuid_setup()
407 sigaction(SIGILL, &ill_oact, NULL); in OPENSSL_cpuid_setup()
/freebsd/sys/arm64/arm64/
H A Dtrap.c204 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in svc_handler()
653 call_trapsignal(td, SIGILL, ILL_ILLTRP, in do_el0_sync()
679 call_trapsignal(td, SIGILL, ILL_ILLTRP, (void *)far, in do_el0_sync()
684 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in do_el0_sync()
719 call_trapsignal(td, SIGILL, ILL_PRVOPC, in do_el0_sync()
737 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/sys/arm/arm/
H A Dundefined.c248 ksi.ksi_signo = SIGILL; in undefinedinstruction()
317 ksi.ksi_signo = SIGILL; in undefinedinstruction()
/freebsd/contrib/file/magic/Magdir/
H A Dhp297 >>>>>>>>>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 Dexec_machdep.c325 sigexit(td, SIGILL); in sendsig()
1235 return (SIGILL); in emulate_mfspr()
1244 return (SIGILL); in emulate_mfspr()
1255 return (SIGILL); in emulate_mtspr()
1262 return (SIGILL); in emulate_mtspr()
1275 sig = SIGILL; in ppc_instr_emulate()
1307 if (sig == SIGILL) { in ppc_instr_emulate()
H A Dtrap.c323 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 Dsigreturn.sh103 signal(SIGILL, hand);
/freebsd/lib/libsysdecode/
H A Dsignal.c36 [SIGILL] = "SIGILL",
/freebsd/tools/test/stress2/testcases/badcode/
H A Dbadcode.c110 signal(SIGILL, hand); in test()
/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 Dru_RU.UTF-8.msg204 $ SIGILL
H A Dru_RU.KOI8-R.msg204 $ SIGILL
/freebsd/tools/test/vm86/
H A Dvm86_test.c100 if (sigaction(SIGILL, &sa, NULL) == -1) in main()
101 err(1, "sigaction SIGILL"); in main()

12345