Searched refs:ILL_ILLADR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/arm/arm/ |
| HD | undefined.c | 252 ksi.ksi_code = ILL_ILLADR; in undefinedinstruction() 306 ksi.ksi_code = ILL_ILLADR; in undefinedinstruction()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | NetBSDSignals.cpp | 36 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset()
|
| HD | FreeBSDSignals.cpp | 40 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset()
|
| HD | LinuxSignals.cpp | 51 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset()
|
| /freebsd-14-stable/sys/sys/ |
| HD | signal.h | 293 #define ILL_ILLADR 3 /* Illegal addressing mode. */ macro
|