Searched refs:SIGSYS (Results 1 - 11 of 11) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
H A D_sigdefs.h63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
/development/ndk/platforms/android-3/arch-arm/include/asm/
H A Dsignal.h55 #define SIGSYS 31 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dsignal.h47 #define SIGSYS 12 macro
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dsignal.h71 #define SIGSYS 31 macro
/development/ndk/platforms/android-L/arch-arm/include/asm/
H A Dsignal.h66 #define SIGSYS 31 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
H A Dsignal.h46 #define SIGSYS 12 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
H A Dsignal.h46 #define SIGSYS 12 macro
/development/ndk/platforms/android-L/arch-x86/include/asm/
H A Dsignal.h71 #define SIGSYS 31 macro
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
H A Dsignal.h71 #define SIGSYS 31 macro
/development/ndk/platforms/android-L/include/asm-generic/
H A Dsignal.h66 #define SIGSYS 31 macro
/development/ndk/sources/android/libportable/arch-mips/
H A Dsignal.c163 case SIGSYS: name = "SIGSYS:12"; break;
331 return SIGSYS;
473 case SIGSYS: /* 31 <-- 12 */

Completed in 12 milliseconds