Home
last modified time | relevance | path

Searched refs:_NSIG (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dsignals.c439 #if defined (EXC_BAD_ACCESS) && defined (_NSIG) in target_signal_from_host()
440 if (hostsig == _NSIG + EXC_BAD_ACCESS) in target_signal_from_host()
443 #if defined (EXC_BAD_INSTRUCTION) && defined (_NSIG) in target_signal_from_host()
444 if (hostsig == _NSIG + EXC_BAD_INSTRUCTION) in target_signal_from_host()
447 #if defined (EXC_ARITHMETIC) && defined (_NSIG) in target_signal_from_host()
448 if (hostsig == _NSIG + EXC_ARITHMETIC) in target_signal_from_host()
451 #if defined (EXC_EMULATION) && defined (_NSIG) in target_signal_from_host()
452 if (hostsig == _NSIG + EXC_EMULATION) in target_signal_from_host()
455 #if defined (EXC_SOFTWARE) && defined (_NSIG) in target_signal_from_host()
456 if (hostsig == _NSIG + EXC_SOFTWARE) in target_signal_from_host()
[all …]
/external/openssh/openbsd-compat/
Dreadpassphrase.c49 #ifndef _NSIG
51 # define _NSIG NSIG macro
53 # define _NSIG 128 macro
57 static volatile sig_atomic_t signo[_NSIG];
78 for (i = 0; i < _NSIG; i++) in readpassphrase()
179 for (i = 0; i < _NSIG; i++) { in readpassphrase()
Dreadpassphrase.c.orig49 #ifndef _NSIG
51 # define _NSIG NSIG
53 # define _NSIG 128
57 static volatile sig_atomic_t signo[_NSIG];
78 for (i = 0; i < _NSIG; i++)
179 for (i = 0; i < _NSIG; i++) {
/external/libunwind/src/setjmp/
Dsiglongjmp.c34 #if !defined(_NSIG) && defined(_SIG_MAXSIG)
35 # define _NSIG (_SIG_MAXSIG - 1) macro
96 if (UNW_NUM_EH_REGS < 4 || _NSIG > 16 * sizeof (unw_word_t)) in siglongjmp()
103 || (_NSIG > 8 * sizeof (unw_word_t) in siglongjmp()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsignal.h14 #define _NSIG 128 macro
16 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
61 #define SIGRTMAX _NSIG
/external/kernel-headers/original/uapi/asm-generic/
Dsignal.h6 #define _NSIG 64 macro
8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
51 #define SIGRTMAX _NSIG
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h57 #define SIGRTMAX _NSIG
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h62 #define SIGRTMAX _NSIG
/external/google-breakpad/src/common/android/
Dbreakpad_getcontext.S93 #define _NSIG 64 macro
167 mov x3, #(_NSIG / 8)
/external/mksh/src/
Dsh.h343 #if defined(_NSIG)
344 #define NSIG _NSIG
/external/netperf/
Dnetlib.c64 # define NSIG _NSIG
/external/openssh/
DChangeLog292 Move definition of _NSIG.
294 _NSIG is only unsed in one file, so move it there prevent redefinition