Home
last modified time | relevance | path

Searched refs:ILL_ILLOPN (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNetBSDSignals.cpp35 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset()
H A DFreeBSDSignals.cpp39 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset()
H A DLinuxSignals.cpp50 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset()
/freebsd/sys/sys/
H A Dsignal.h291 #define ILL_ILLOPN 2 /* Illegal operand. */ macro
/freebsd/sys/arm64/arm64/
H A Dtrap.c201 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in svc_handler()
673 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in do_el0_sync()