HomeSort by relevance Sort by last modified time
    Searched defs:__SI_FAULT (Results 1 - 25 of 55) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 155 #define __SI_FAULT 0
176 #define ILL_ILLOPC (__SI_FAULT | 1)
177 #define ILL_ILLOPN (__SI_FAULT | 2)
179 #define ILL_ILLADR (__SI_FAULT | 3)
180 #define ILL_ILLTRP (__SI_FAULT | 4)
181 #define ILL_PRVOPC (__SI_FAULT | 5)
182 #define ILL_PRVREG (__SI_FAULT | 6)
184 #define ILL_COPROC (__SI_FAULT | 7)
185 #define ILL_BADSTK (__SI_FAULT | 8)
187 #define FPE_INTDIV (__SI_FAULT | 1
    [all...]
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 147 #define __SI_FAULT 0
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-3/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 152 #define __SI_FAULT 0
180 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
181 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
182 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
183 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
184 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
185 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
186 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */
187 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */
193 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 123 #define __SI_FAULT 0
149 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
150 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
151 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
152 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
153 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
154 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
155 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */
156 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */
162 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 137 #define __SI_FAULT 0
164 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
165 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
166 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
167 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
168 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
169 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
170 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */
171 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */
177 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero *
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/asm-generic/
siginfo.h 114 #define __SI_FAULT 0
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...]

Completed in 59 milliseconds

1 2 3