OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ILL_COPROC
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/external/strace/xlat/
sigill_codes.h
28
#if !(defined(
ILL_COPROC
) || (defined(HAVE_DECL_ILL_COPROC) && HAVE_DECL_ILL_COPROC))
29
# define
ILL_COPROC
7
31
XLAT(
ILL_COPROC
),
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h
167
ILL_COPROC
, /* Coprocessor error. */
168
# define
ILL_COPROC
ILL_COPROC
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h
167
ILL_COPROC
, /* Coprocessor error. */
168
# define
ILL_COPROC
ILL_COPROC
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h
167
ILL_COPROC
, /* Coprocessor error. */
168
# define
ILL_COPROC
ILL_COPROC
/bionic/libc/kernel/uapi/asm-generic/
siginfo.h
176
#define
ILL_COPROC
(__SI_FAULT | 7)
/development/ndk/platforms/android-21/include/asm-generic/
siginfo.h
176
#define
ILL_COPROC
(__SI_FAULT|7)
/development/ndk/platforms/android-3/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/external/kernel-headers/original/uapi/asm-generic/
siginfo.h
180
#define
ILL_COPROC
(__SI_FAULT|7) /* coprocessor error */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h
155
#define
ILL_COPROC
(__SI_FAULT|7) /* coprocessor error */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h
170
#define
ILL_COPROC
(__SI_FAULT|7) /* coprocessor error */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/asm-generic/
siginfo.h
139
#define
ILL_COPROC
(__SI_FAULT|7)
Completed in 1189 milliseconds
1
2
3
4