/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc_sigaction.c | 21 #define SET_SA_RESTORER(kact, act) \ argument 27 #define RESET_SA_RESTORER(act, kact) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | libc_sigaction.c | 23 #define SET_SA_RESTORER(kact, act) \ argument 36 #define RESET_SA_RESTORER(act, kact) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | kernel_sigaction.h | 5 #define SET_SA_RESTORER(kact, act) \ argument 7 #define RESET_SA_RESTORER(act, kact) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | kernel_sigaction.h | 4 #define SET_SA_RESTORER(kact, act) \ argument 6 #define RESET_SA_RESTORER(act, kact) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/ |
D | kernel_sigaction.h | 4 #define SET_SA_RESTORER(kact, act) \ argument 6 #define RESET_SA_RESTORER(act, kact) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/ |
D | kernel_sigaction.h | 4 #define SET_SA_RESTORER(kact, act) \ argument 6 #define RESET_SA_RESTORER(act, kact) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc_sigaction.c | 23 #define SET_SA_RESTORER(kact, act) \ argument 29 #define RESET_SA_RESTORER(act, kact) argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | libc_sigaction.c | 30 # define SET_SA_RESTORER(kact, act) argument 31 # define RESET_SA_RESTORER(act, kact) argument 46 struct kernel_sigaction kact, koact; in __libc_sigaction() local
|
D | kernel_sigaction.h | 22 # define SET_SA_RESTORER(kact, act) argument 25 # define RESET_SA_RESTORER(act, kact) argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | libc_sigaction.c | 27 #define SET_SA_RESTORER(kact, act) \ argument 39 #define RESET_SA_RESTORER(act, kact) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/ |
D | libc_sigaction.c | 24 #define SET_SA_RESTORER(kact, act) \ argument 28 #define RESET_SA_RESTORER(act, kact) \ argument
|