Home
last modified time | relevance | path

Searched refs:ILL_ILLOPC (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/misc/posixtestsuite/posixtestsuite/conformance/definitions/signal_h/
H A D22-1.c7 #ifndef ILL_ILLOPC
8 #error ILL_ILLOPC not defined
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsiginfo-consts.h73 ILL_ILLOPC = 1, /* Illegal opcode. */ enumerator
74 # define ILL_ILLOPC ILL_ILLOPC macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsiginfo-consts.h73 ILL_ILLOPC = 1, /* Illegal opcode. */ enumerator
74 # define ILL_ILLOPC ILL_ILLOPC macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/kernel/
H A Dtraps.c74 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
75 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/kernel/
H A Dtraps.c74 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
75 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/kernel/
H A Dtraps.c74 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
75 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/csky/kernel/
H A Dtraps.c206 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
215 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/csky/kernel/
H A Dtraps.c206 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
215 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/csky/kernel/
H A Dtraps.c206 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
215 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dtraps.c407 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr()
414 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_bti()
479 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler()
532 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler()
783 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dtraps.c407 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr()
414 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_bti()
479 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler()
532 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler()
783 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dtraps.c407 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr()
414 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_bti()
479 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler()
532 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler()
783 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Duxtrap.h371 (SIGILL, (~ 0L), ILL_ILLOPC, "illegal opcode trap"); \
512 (SIGILL, (~ 0L), ILL_ILLOPC, "illegal opcode trap"); \
647 (SIGILL, (~ 0L), ILL_ILLOPC, "illegal opcode trap"); \
717 DECLARE_UX_SIGNAL_CODE (SIGILL, (~0L), ILL_ILLOPC, "Illegal opcode"); \
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/data/
H A Dsignals.c274 #ifdef ILL_ILLOPC
275 {SIGILL, ILL_ILLOPC, "ILLOPC"},
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/data/
H A Dsignals.c271 # ifdef ILL_ILLOPC
272 { SIGILL, ILL_ILLOPC, "ILLOPC" },
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/src/c/
H A Dsignal_mgmt.c110 #ifdef ILL_ILLOPC in sig_fatal()
111 case ILL_ILLOPC: in sig_fatal()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dmips_fputrap.c73 ksi.ksi_code = ILL_ILLOPC; in mips_fpuillinst()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/arm/
H A Dundefined.c366 ksi.ksi_code = ILL_ILLOPC;
469 ksi.ksi_code = ILL_ILLOPC;
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dsigcatcher.c166 #ifdef ILL_ILLOPC
167 DEFINE_ENTRY(ILL_ILLOPC)
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dsigcatcher.c166 #ifdef ILL_ILLOPC
167 DEFINE_ENTRY(ILL_ILLOPC)
/dports/devel/directfb/DirectFB-1.4.17/lib/direct/
H A Dsignals.c248 #ifdef ILL_ILLOPC in show_ill()
249 case ILL_ILLOPC: in show_ill()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dsigcatcher.c166 #ifdef ILL_ILLOPC
167 DEFINE_ENTRY(ILL_ILLOPC)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d2155 ILL_ILLOPC = 1,
2269 enum ILL_ILLOPC = 1;
2389 ILL_ILLOPC = 1,
2513 ILL_ILLOPC = 1,
2631 ILL_ILLOPC = 1,
2753 ILL_ILLOPC = 1,
2874 ILL_ILLOPC = 1,
2984 ILL_ILLOPC = 1,
3152 ILL_ILLOPC = 1,
3330 ILL_ILLOPC = 1, // Illegal opcode.
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d2155 ILL_ILLOPC = 1,
2269 enum ILL_ILLOPC = 1;
2389 ILL_ILLOPC = 1,
2513 ILL_ILLOPC = 1,
2631 ILL_ILLOPC = 1,
2753 ILL_ILLOPC = 1,
2874 ILL_ILLOPC = 1,
2984 ILL_ILLOPC = 1,
3152 ILL_ILLOPC = 1,
3330 ILL_ILLOPC = 1, // Illegal opcode.
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d2194 ILL_ILLOPC = 1,
2308 enum ILL_ILLOPC = 1;
2428 ILL_ILLOPC = 1,
2552 ILL_ILLOPC = 1,
2670 ILL_ILLOPC = 1,
2792 ILL_ILLOPC = 1,
2913 ILL_ILLOPC = 1,
3023 ILL_ILLOPC = 1,
3191 ILL_ILLOPC = 1,
3369 ILL_ILLOPC = 1, // Illegal opcode.

12345678910