Searched refs:SA_RESTORER (Results 1 – 20 of 20) sorted by relevance
74 #undef SA_RESTORER75 #define SA_RESTORER 0x04000000 macro158 #undef SA_RESTORER159 #define SA_RESTORER 0x04000000 macro223 kact.sa_flags |= SA_RESTORER; in ltp_rt_sigaction()
41 #ifndef SA_RESTORER43 # define SA_RESTORER ASM_SA_RESTORER macro57 # ifdef SA_RESTORER538 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()569 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()570 if (sa.sa_flags & SA_RESTORER) { in decode_new_sigaction()
811 AC_CACHE_CHECK([for SA_RESTORER], [st_cv_SA_RESTORER],812 [st_cv_SA_RESTORER="$(echo SA_RESTORER |818 [SA_RESTORER defined in <asm/signal.h>])
452 - handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
18 /* SA_RESTORER defined in <asm/signal.h> */
8669 [!HAVE_ARCH_SA_RESTORER && SA_RESTORER]: Define HAVE_SA_RESTORER to 1.8670 [!HAVE_ARCH_SA_RESTORER && !SA_RESTORER]: Define HAVE_SA_RESTORER to 0.16092 [!ALPHA && !MIPS]: Print old_sigaction.sa_restorer if SA_RESTORER flag39472 [HPPA || IA64]: Do not undefine SA_RESTORER.39474 instead of SA_RESTORER to check whether to define sa_restorer.39476 addition to SA_RESTORER to check whether to use sa_restorer.42771 sigaction: wrap sa_restorer in #ifdef SA_RESTORER consistently.42772 Wrap sa_restorer member definitions in #ifdef SA_RESTORER to be42775 defines SA_RESTORER macro, the latter has to be explicitly undefined.42785 Wrap sa_restorer member in #ifdef SA_RESTORER.[all …]
2392 * signal.c [HAVE_SIGACTION] [LINUX && X86_64] (SA_RESTORER): Define3933 * signal.c [LINUX && I386]: Provide SA_RESTORER constant if not
99 #ifdef SA_RESTORER107 #ifdef SA_RESTORER
21 #if defined(SA_RESTORER) || (defined(HAVE_DECL_SA_RESTORER) && HAVE_DECL_SA_RESTORER)22 XLAT(SA_RESTORER),
1 SA_RESTORER
179 #ifdef SA_RESTORER in main()180 new_act->flags = SA_RESTORER; in main()
21 #define SA_RESTORER 0x04000000 macro
82 #define SA_RESTORER 0x04000000 macro
89 #define SA_RESTORER 0x04000000 macro
90 #define SA_RESTORER 0x04000000 macro
467 #define SA_RESTORER 0x04000000 macro494 if (!(ksa.sa_flags & SA_RESTORER) && ksa.sa_restorer) { in fix_sa_restorer()
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()
624 #define SA_RESTORER 0x04000000 macro639 k_act.sa_flags = u_act->sa_flags | SA_RESTORER; in internal_sigaction_norestorer()