Home
last modified time | relevance | path

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

1234

/freebsd-9-stable/sys/sparc64/sparc64/
Dtrap.c164 SIGILL, /* reserved */
165 SIGILL, /* instruction access exception */
166 SIGILL, /* instruction access error */
167 SIGILL, /* instruction access protection */
168 SIGILL, /* illtrap instruction */
169 SIGILL, /* illegal instruction */
176 SIGILL, /* data access exception */
177 SIGILL, /* data access error */
182 SIGILL, /* trap instruction 16 */
183 SIGILL, /* trap instruction 17 */
[all …]
Drwindow.c69 return (error == 0 ? 0 : SIGILL); in rwindow_load()
109 return (error == 0 ? 0 : SIGILL); in rwindow_save()
/freebsd-9-stable/lib/libc/sparc64/sys/
D__sparc_utrap_emul.c57 sig = SIGILL; in __emul_insn()
66 sig = SIGILL; in __emul_insn()
85 sig = SIGILL; in __emul_insn()
90 sig = SIGILL; in __emul_insn()
D__sparc_utrap_align.c108 sig = SIGILL; in __unaligned_fixup()
113 sig = SIGILL; in __unaligned_fixup()
/freebsd-9-stable/sys/ia64/ia64/
Demulate.c47 return (SIGILL); in ia64_emulate()
88 return (SIGILL); in ia64_emulate()
Dtrap.c461 sig = SIGILL; in trap()
489 sig = SIGILL; in trap()
511 sig = SIGILL; in trap()
612 sig = SIGILL; in trap()
638 sig = SIGILL; in trap()
Dunaligned.c285 return (SIGILL); in unaligned_fixup()
293 return (SIGILL); in unaligned_fixup()
/freebsd-9-stable/contrib/gdb/gdb/signals/
Dsignals.c288 #if defined (SIGILL) in target_signal_from_host()
289 if (hostsig == SIGILL) in target_signal_from_host()
541 #if defined (SIGILL) in do_target_signal_to_host()
543 return SIGILL; in do_target_signal_to_host()
/freebsd-9-stable/cddl/lib/libdtrace/
Dsignal.d33 inline int SIGILL = 4; variable
34 #pragma D binding "1.0" SIGILL
/freebsd-9-stable/crypto/openssl/crypto/ui/
Dui_openssl.c605 savsig[SIGILL] = signal(SIGILL, recsig); in pushsig()
641 signal(SIGILL, savsig[SIGILL]); in popsig()
/freebsd-9-stable/sys/arm/arm/
Dtrap.c320 ksig.signb = SIGILL; in data_abort_handler()
339 ksig.signb = SIGILL; in data_abort_handler()
744 ksig.signb = SIGILL; in prefetch_abort_handler()
915 call_trapsignal(td, SIGILL, 0); in syscall()
940 call_trapsignal(td, SIGILL, 0); in swi_handler()
Dundefined.c209 ksi.ksi_signo = SIGILL; in undefinedinstruction()
273 ksi.ksi_signo = SIGILL; in undefinedinstruction()
/freebsd-9-stable/contrib/file/magic/Magdir/
Dhp322 >>>>>>>>>0xC4 belong 4 - received SIGILL
341 >>>>>>>>>0xC4 belong 4 - received SIGILL
363 >>>>>>>>>0xC4 belong 4 - received SIGILL
385 >>>>>>>>>0xC4 belong 4 - received SIGILL
407 >>>>>>>>>0xC4 belong 4 - received SIGILL
428 >>>>>>>>>0xC4 belong 4 - received SIGILL
/freebsd-9-stable/contrib/nvi/ex/
Dex_shell.c259 #ifdef SIGILL
260 SIGILL, "Illegal instruction",
/freebsd-9-stable/contrib/binutils/libiberty/
Dstrsignal.c89 #if defined (SIGILL)
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dstrsignal.c89 #if defined (SIGILL)
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
/freebsd-9-stable/lib/libc/sparc64/fpu/
Dfpu.c291 return (SIGILL); in __fpu_execute()
393 return (SIGILL); in __fpu_execute()
429 return (SIGILL); in __fpu_execute()
/freebsd-9-stable/contrib/libc++/include/
Dcsignal24 SIGILL
/freebsd-9-stable/sys/mips/mips/
Dgdb_machdep.c180 return (SIGILL); in gdb_cpu_signal()
/freebsd-9-stable/sys/amd64/amd64/
Dgdb_machdep.c109 case 6: return (SIGILL); /* Invalid opcode. */ in gdb_cpu_signal()
/freebsd-9-stable/sys/i386/i386/
Dgdb_machdep.c105 case 6: return (SIGILL); /* Invalid opcode. */ in gdb_cpu_signal()
/freebsd-9-stable/contrib/gdb/gdb/
Dsparc-stub.c452 {2, SIGILL}, /* privileged instruction */
453 {3, SIGILL}, /* illegal instruction */
/freebsd-9-stable/contrib/ofed/management/libibcommon/src/
Dstack.c174 signal(SIGILL, handler); in enable_stack_dump()
/freebsd-9-stable/lib/libc/nls/
Dbe_BY.UTF-8.msg194 $ SIGILL
/freebsd-9-stable/contrib/tcsh/
Dsh.init.c272 #ifdef SIGILL in mesginit()
273 if (mesg[SIGILL].pname == NULL) { in mesginit()
274 mesg[SIGILL].iname = "ILL"; in mesginit()
275 mesg[SIGILL].pname = CSAVS(2, 5, "Illegal instruction"); in mesginit()

1234