Home
last modified time | relevance | path

Searched refs:ILL_ILLADR (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
HDundefined.c223 ksi.ksi_code = ILL_ILLADR; in undefinedinstruction()
282 ksi.ksi_code = ILL_ILLADR; in undefinedinstruction()
/freebsd-11-stable/sys/sys/
HDsignal.h305 #define ILL_ILLADR 3 /* Illegal addressing mode. */ macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
HDCrashReason.cpp74 case ILL_ILLADR: in GetCrashReasonForSIGILL()