/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 36 # define STUB(act, sigsetsize) (sigsetsize) argument 42 __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) in __libc_sigaction()
|
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/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/sparc/sparc64/ |
D | libc_sigaction.c | 26 #define STUB(act, sigsetsize) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/ |
D | libc_sigaction.c | 29 #define STUB(act, sigsetsize) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | kernel_sigaction.h | 6 #define STUB(act, sigsetsize) \ argument
|
/glibc-2.36/sysdeps/posix/ |
D | sigignore.c | 29 struct sigaction act; in sigignore() local
|
D | signal.c | 31 struct sigaction act, oact; in __bsd_signal() local
|
D | sigset.c | 29 struct sigaction act; in sigset() local
|
D | sysv_signal.c | 39 struct sigaction act, oact; in __sysv_signal() local
|
/glibc-2.36/signal/ |
D | libc_sigaction.c | 25 __libc_sigaction (int sig, const struct sigaction *act, in __libc_sigaction()
|
D | sigaction.c | 25 __sigaction (int sig, const struct sigaction *act, struct sigaction *oact) in __sigaction()
|
D | tst-sigaction.c | 33 struct sigaction act; in do_test() local
|
D | tst-minsigstksz-5.c | 56 struct sigaction act = in do_test() local
|
/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
|
/glibc-2.36/stdlib/ |
D | abort.c | 50 struct sigaction act; in abort() local
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | libc_sigaction.c | 27 __libc_sigaction (int sig, const struct sigaction *act, in __libc_sigaction()
|
/glibc-2.36/debug/ |
D | tst-backtrace5.c | 112 struct sigaction act; in fn() local
|