Searched refs:_NSIG (Results 1 – 12 of 12) sorted by relevance
439 #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 …]
49 #ifndef _NSIG51 # define _NSIG NSIG macro53 # define _NSIG 128 macro57 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()
49 #ifndef _NSIG51 # define _NSIG NSIG53 # define _NSIG 12857 static volatile sig_atomic_t signo[_NSIG];78 for (i = 0; i < _NSIG; i++)179 for (i = 0; i < _NSIG; i++) {
34 #if !defined(_NSIG) && defined(_SIG_MAXSIG)35 # define _NSIG (_SIG_MAXSIG - 1) macro96 if (UNW_NUM_EH_REGS < 4 || _NSIG > 16 * sizeof (unw_word_t)) in siglongjmp()103 || (_NSIG > 8 * sizeof (unw_word_t) in siglongjmp()
14 #define _NSIG 128 macro16 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)61 #define SIGRTMAX _NSIG
6 #define _NSIG 64 macro8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)51 #define SIGRTMAX _NSIG
57 #define SIGRTMAX _NSIG
62 #define SIGRTMAX _NSIG
93 #define _NSIG 64 macro167 mov x3, #(_NSIG / 8)
343 #if defined(_NSIG)344 #define NSIG _NSIG
64 # define NSIG _NSIG
292 Move definition of _NSIG.294 _NSIG is only unsed in one file, so move it there prevent redefinition