OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__SI_FAULT
(Results
1 - 25
of
29
) sorted by null
1
2
/bionic/libc/kernel/common/asm-generic/
siginfo.h
124
#define
__SI_FAULT
0
144
#define ILL_ILLOPC (
__SI_FAULT
|1)
145
#define ILL_ILLOPN (
__SI_FAULT
|2)
146
#define ILL_ILLADR (
__SI_FAULT
|3)
147
#define ILL_ILLTRP (
__SI_FAULT
|4)
149
#define ILL_PRVOPC (
__SI_FAULT
|5)
150
#define ILL_PRVREG (
__SI_FAULT
|6)
151
#define ILL_COPROC (
__SI_FAULT
|7)
152
#define ILL_BADSTK (
__SI_FAULT
|8)
155
#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/asm-generic/
siginfo.h
123
#define
__SI_FAULT
(3 << 16)
132
#define
__SI_FAULT
0
159
#define ILL_ILLOPC (
__SI_FAULT
|1) /* illegal opcode */
160
#define ILL_ILLOPN (
__SI_FAULT
|2) /* illegal operand */
161
#define ILL_ILLADR (
__SI_FAULT
|3) /* illegal addressing mode */
162
#define ILL_ILLTRP (
__SI_FAULT
|4) /* illegal trap */
163
#define ILL_PRVOPC (
__SI_FAULT
|5) /* privileged opcode */
164
#define ILL_PRVREG (
__SI_FAULT
|6) /* privileged register */
165
#define ILL_COPROC (
__SI_FAULT
|7) /* coprocessor error */
166
#define ILL_BADSTK (
__SI_FAULT
|8) /* internal stack error *
[
all
...]
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h
120
#define
__SI_FAULT
0
146
#define ILL_ILLOPC (
__SI_FAULT
|1) /* illegal opcode */
147
#define ILL_ILLOPN (
__SI_FAULT
|2) /* illegal operand */
148
#define ILL_ILLADR (
__SI_FAULT
|3) /* illegal addressing mode */
149
#define ILL_ILLTRP (
__SI_FAULT
|4) /* illegal trap */
150
#define ILL_PRVOPC (
__SI_FAULT
|5) /* privileged opcode */
151
#define ILL_PRVREG (
__SI_FAULT
|6) /* privileged register */
152
#define ILL_COPROC (
__SI_FAULT
|7) /* coprocessor error */
153
#define ILL_BADSTK (
__SI_FAULT
|8) /* internal stack error */
159
#define FPE_INTDIV (
__SI_FAULT
|1) /* integer divide by zero *
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h
120
#define
__SI_FAULT
0
146
#define ILL_ILLOPC (
__SI_FAULT
|1) /* illegal opcode */
147
#define ILL_ILLOPN (
__SI_FAULT
|2) /* illegal operand */
148
#define ILL_ILLADR (
__SI_FAULT
|3) /* illegal addressing mode */
149
#define ILL_ILLTRP (
__SI_FAULT
|4) /* illegal trap */
150
#define ILL_PRVOPC (
__SI_FAULT
|5) /* privileged opcode */
151
#define ILL_PRVREG (
__SI_FAULT
|6) /* privileged register */
152
#define ILL_COPROC (
__SI_FAULT
|7) /* coprocessor error */
153
#define ILL_BADSTK (
__SI_FAULT
|8) /* internal stack error */
159
#define FPE_INTDIV (
__SI_FAULT
|1) /* integer divide by zero *
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h
120
#define
__SI_FAULT
0
146
#define ILL_ILLOPC (
__SI_FAULT
|1) /* illegal opcode */
147
#define ILL_ILLOPN (
__SI_FAULT
|2) /* illegal operand */
148
#define ILL_ILLADR (
__SI_FAULT
|3) /* illegal addressing mode */
149
#define ILL_ILLTRP (
__SI_FAULT
|4) /* illegal trap */
150
#define ILL_PRVOPC (
__SI_FAULT
|5) /* privileged opcode */
151
#define ILL_PRVREG (
__SI_FAULT
|6) /* privileged register */
152
#define ILL_COPROC (
__SI_FAULT
|7) /* coprocessor error */
153
#define ILL_BADSTK (
__SI_FAULT
|8) /* internal stack error */
159
#define FPE_INTDIV (
__SI_FAULT
|1) /* integer divide by zero *
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r4/platforms/android-3/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/android-ndk-r4/platforms/android-4/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/android-ndk-r4/platforms/android-5/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/android-ndk-r4/platforms/android-5/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/android-ndk-r4/platforms/android-8/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/android-ndk-r4/platforms/android-8/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/android-ndk-r5/platforms/android-3/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/android-ndk-r6/platforms/android-3/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/android-ndk-r6/platforms/android-3/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/platforms/android-3/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/android-ndk-r7/platforms/android-3/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/android-ndk-r7/platforms/android-4/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/android-ndk-r7/platforms/android-4/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/android-ndk-r7/platforms/android-5/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/android-ndk-r7/platforms/android-5/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
...]
Completed in 52 milliseconds
1
2