Searched refs:SA_RESTORER (Results 1 – 13 of 13) sorted by relevance
46 #ifndef SA_RESTORER48 # define SA_RESTORER ASM_SA_RESTORER macro59 #ifdef SA_RESTORER304 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_old_sigaction()338 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_old_sigaction()339 if (sa.sa_flags & SA_RESTORER) in decode_old_sigaction()536 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()580 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()581 if (sa.sa_flags & SA_RESTORER) in decode_new_sigaction()
823 AC_CACHE_CHECK([for SA_RESTORER], [st_cv_SA_RESTORER],824 [st_cv_SA_RESTORER="$(echo SA_RESTORER |830 [SA_RESTORER defined in <asm/signal.h>])
389 - handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
2392 * signal.c [HAVE_SIGACTION] [LINUX && X86_64] (SA_RESTORER): Define3933 * signal.c [LINUX && I386]: Provide SA_RESTORER constant if not
168 #if !defined(SA_RESTORER)169 #define SA_RESTORER 0x04000000 macro230 if (!(linux_act.sa_flags & SA_RESTORER)) { in sys_sigaction()231 linux_act.sa_flags |= SA_RESTORER; in sys_sigaction()
98 #ifdef SA_RESTORER106 #ifdef SA_RESTORER
15 #if defined(SA_RESTORER) || (defined(HAVE_DECL_SA_RESTORER) && HAVE_DECL_SA_RESTORER)16 XLAT(SA_RESTORER),
1 SA_RESTORER
20 #define SA_RESTORER 0x04000000 macro
81 #define SA_RESTORER 0x04000000 macro
88 #define SA_RESTORER 0x04000000 macro
630 #ifndef SA_RESTORER631 #define SA_RESTORER 0x04000000 macro3243 if (act != NULL && !(act->sa_flags & SA_RESTORER)) { in LSS_NAME()3245 a.sa_flags |= SA_RESTORER; in LSS_NAME()3494 if (!(a.sa_flags & SA_RESTORER)) { in _syscall2()3495 a.sa_flags |= SA_RESTORER; in _syscall2()
566 #define SA_RESTORER 0x04000000 macro580 k_act.sa_flags = u_act->sa_flags | SA_RESTORER; in internal_sigaction_norestorer()