Lines Matching refs:SA_RESTORER

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 flag
39472 [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 be
42775 defines SA_RESTORER macro, the latter has to be explicitly undefined.
42785 Wrap sa_restorer member in #ifdef SA_RESTORER.
42787 Wrap use of sa32.sa_restorer in #ifdef SA_RESTORER.
42985 SA_RESTORER. Deploy the same trick that HPPA is using to make the
42988 * signal.c (SA_RESTORER): Undefine when IA64 is defined.
43070 sigaction test: support arches w/out SA_RESTORER and swapped args.
43072 rt_sigaction call that does not use SA_RESTORER and has an order
43076 * tests/sigaction.awk: Support no SA_RESTORER and swapped args.
43092 We also have to undefine SA_RESTORER so that code doesn't try to
43096 * signal.c (SA_RESTORER): Undefine when HPPA is defined.
44104 If SA_RESTORER is not defined by libc headers but defined by kernel
44108 * signal.c [!SA_RESTORER]: Define to ASM_SA_RESTORER if the latter is
44113 Check for SA_RESTORER definition in <asm/signal.h>
44115 because it conflicts with libc headers, but SA_RESTORER is needed in
44116 signal.c, so SA_RESTORER value is forwarded from <asm/signal.h> to
44119 * configure.ac (ASM_SA_RESTORER): Define if SA_RESTORER is defined
47813 (SA_RESTORER): Also define for X32.