Home
last modified time | relevance | path

Searched refs:__SI_FAULT (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-21/include/asm-generic/
Dsiginfo.h147 #define __SI_FAULT 0 macro
169 #define ILL_ILLOPC (__SI_FAULT|1)
170 #define ILL_ILLOPN (__SI_FAULT|2)
171 #define ILL_ILLADR (__SI_FAULT|3)
172 #define ILL_ILLTRP (__SI_FAULT|4)
174 #define ILL_PRVOPC (__SI_FAULT|5)
175 #define ILL_PRVREG (__SI_FAULT|6)
176 #define ILL_COPROC (__SI_FAULT|7)
177 #define ILL_BADSTK (__SI_FAULT|8)
180 #define FPE_INTDIV (__SI_FAULT|1)
[all …]
/development/ndk/platforms/android-9/include/asm-generic/
Dsiginfo.h114 #define __SI_FAULT 0 macro
133 #define ILL_ILLOPC (__SI_FAULT|1)
134 #define ILL_ILLOPN (__SI_FAULT|2)
135 #define ILL_ILLADR (__SI_FAULT|3)
136 #define ILL_ILLTRP (__SI_FAULT|4)
137 #define ILL_PRVOPC (__SI_FAULT|5)
138 #define ILL_PRVREG (__SI_FAULT|6)
139 #define ILL_COPROC (__SI_FAULT|7)
140 #define ILL_BADSTK (__SI_FAULT|8)
143 #define FPE_INTDIV (__SI_FAULT|1)
[all …]