Home
last modified time | relevance | path

Searched refs:SA_RESTORER (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dlibc_sigaction.c18 #define SA_RESTORER 0x04000000 macro
25 if ((kact)->sa_flags & SA_RESTORER) \
32 (kact)->sa_flags |= SA_RESTORER; \
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc_sigaction.c19 #define SA_RESTORER 0x04000000 macro
26 (kact)->sa_flags |= SA_RESTORER; \
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dlibc_sigaction.c19 #define SA_RESTORER 0x04000000 macro
23 if ((kact)->sa_flags & SA_RESTORER) \
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dlibc_sigaction.c22 #define SA_RESTORER 0x04000000 macro
31 (kact)->sa_flags |= SA_RESTORER; \
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/
Dlibc_sigaction.c20 #define SA_RESTORER 0x04000000 macro
25 (kact)->sa_flags = (act)->sa_flags | SA_RESTORER; \
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dkernel_sigaction.h3 #define SA_RESTORER 0x04000000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/
Dkernel_sigaction.h2 #define SA_RESTORER 0x04000000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/s390/
Dkernel_sigaction.h2 #define SA_RESTORER 0x04000000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/sh/
Dkernel_sigaction.h2 #define SA_RESTORER 0x04000000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dkernel_sigaction.h4 #ifdef SA_RESTORER
Dlibc_sigaction.c29 #ifndef SA_RESTORER
/glibc-2.36/ChangeLog.old/
DChangeLog.1010504 * sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
10509 SA_RESTORER flag.
DChangeLog.199107 Define if SA_RESTORER is defined.
9111 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h (SA_RESTORER,
9115 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h (SA_RESTORER,