| /freebsd-9-stable/sys/sparc64/sparc64/ |
| D | trap.c | 164 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 …]
|
| D | rwindow.c | 69 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.c | 57 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.c | 108 sig = SIGILL; in __unaligned_fixup() 113 sig = SIGILL; in __unaligned_fixup()
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | emulate.c | 47 return (SIGILL); in ia64_emulate() 88 return (SIGILL); in ia64_emulate()
|
| D | trap.c | 461 sig = SIGILL; in trap() 489 sig = SIGILL; in trap() 511 sig = SIGILL; in trap() 612 sig = SIGILL; in trap() 638 sig = SIGILL; in trap()
|
| D | unaligned.c | 285 return (SIGILL); in unaligned_fixup() 293 return (SIGILL); in unaligned_fixup()
|
| /freebsd-9-stable/contrib/gdb/gdb/signals/ |
| D | signals.c | 288 #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/ |
| D | signal.d | 33 inline int SIGILL = 4; variable 34 #pragma D binding "1.0" SIGILL
|
| /freebsd-9-stable/crypto/openssl/crypto/ui/ |
| D | ui_openssl.c | 605 savsig[SIGILL] = signal(SIGILL, recsig); in pushsig() 641 signal(SIGILL, savsig[SIGILL]); in popsig()
|
| /freebsd-9-stable/sys/arm/arm/ |
| D | trap.c | 320 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()
|
| D | undefined.c | 209 ksi.ksi_signo = SIGILL; in undefinedinstruction() 273 ksi.ksi_signo = SIGILL; in undefinedinstruction()
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | hp | 322 >>>>>>>>>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/ |
| D | ex_shell.c | 259 #ifdef SIGILL 260 SIGILL, "Illegal instruction",
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | strsignal.c | 89 #if defined (SIGILL) 90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | strsignal.c | 89 #if defined (SIGILL) 90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
|
| /freebsd-9-stable/lib/libc/sparc64/fpu/ |
| D | fpu.c | 291 return (SIGILL); in __fpu_execute() 393 return (SIGILL); in __fpu_execute() 429 return (SIGILL); in __fpu_execute()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | csignal | 24 SIGILL
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | gdb_machdep.c | 180 return (SIGILL); in gdb_cpu_signal()
|
| /freebsd-9-stable/sys/amd64/amd64/ |
| D | gdb_machdep.c | 109 case 6: return (SIGILL); /* Invalid opcode. */ in gdb_cpu_signal()
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | gdb_machdep.c | 105 case 6: return (SIGILL); /* Invalid opcode. */ in gdb_cpu_signal()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | sparc-stub.c | 452 {2, SIGILL}, /* privileged instruction */ 453 {3, SIGILL}, /* illegal instruction */
|
| /freebsd-9-stable/contrib/ofed/management/libibcommon/src/ |
| D | stack.c | 174 signal(SIGILL, handler); in enable_stack_dump()
|
| /freebsd-9-stable/lib/libc/nls/ |
| D | be_BY.UTF-8.msg | 194 $ SIGILL
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.init.c | 272 #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()
|