/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | sigcontextinfo.h | 54 sigcontext_get_pc (const siginfo_t *ctx) in sigcontext_get_pc() 56 struct pt_regs *regs = (struct pt_regs*) ((siginfo_t *)(ctx) + 1); in sigcontext_get_pc()
|
/sysdeps/unix/sysv/linux/ |
A D | aio_sigqueue.c | 33 siginfo_t info; in __aio_sigqueue() 37 memset (&info, 0, sizeof (siginfo_t)); in __aio_sigqueue()
|
A D | sigqueue.c | 28 siginfo_t info; in __sigqueue() 32 memset (&info, 0, sizeof (siginfo_t)); in __sigqueue()
|
A D | gai_sigqueue.c | 33 siginfo_t info; in __gai_sigqueue() 37 memset (&info, 0, sizeof (siginfo_t)); in __gai_sigqueue()
|
A D | profil-counter.h | 24 __profil_counter (int signo, siginfo_t *info, void *ctx) in __profil_counter()
|
A D | sigwaitinfo.c | 23 __sigwaitinfo (const sigset_t *set, siginfo_t *info) in __sigwaitinfo()
|
A D | sigtimedwait.c | 22 __sigtimedwait64 (const sigset_t *set, siginfo_t *info, in __sigtimedwait64() 70 __sigtimedwait (const sigset_t *set, siginfo_t *info, in libc_hidden_def()
|
A D | waitid.c | 25 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid()
|
A D | sigwait.c | 25 siginfo_t si; in __sigwait()
|
A D | tst-sigcontext-get_pc.c | 35 handler (int signal, siginfo_t *info, void *ctx) in handler()
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | sigaction.h | 39 void (*sa_sigaction) (int, siginfo_t *, void *); 69 void (*sa_sigaction) (int, siginfo_t *, void *);
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | kernel_rt_sigframe.h | 24 siginfo_t info;
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | kernel_rt_sigframe.h | 23 siginfo_t info;
|
/sysdeps/unix/sysv/linux/mips/ |
A D | kernel_rt_sigframe.h | 8 siginfo_t rs_info;
|
/sysdeps/unix/sysv/linux/arm/ |
A D | profil-counter.h | 23 __profil_counter (int signo, siginfo_t *_si, void *scp) in __profil_counter()
|
/sysdeps/generic/ |
A D | profil-counter.h | 26 __profil_counter (int signr, siginfo_t *info, void *ctx) in __profil_counter()
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *);
|
/sysdeps/unix/sysv/linux/bits/ |
A D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *);
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | sigaction.h | 36 void (*sa_sigaction) (int, siginfo_t *, void *);
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | sigaction.h | 38 void (*sa_sigaction) (int, siginfo_t *, void *);
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | sigaction.h | 38 void (*sa_sigaction) (int, siginfo_t *, void *);
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | sigaction.h | 39 void (*sa_sigaction) (int, siginfo_t *, void *);
|
/sysdeps/pthread/ |
A D | tst-cancel20.c | 233 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test() 247 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test()
|
A D | tst-cancel21.c | 263 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test() 277 sa.sa_sigaction = (void (*)(int, siginfo_t *, void *)) sh; in do_test()
|
/sysdeps/unix/sysv/linux/i386/ |
A D | tst-bz21269.c | 66 xsethandler (int sig, void (*handler)(int, siginfo_t *, void *), int flags) in xsethandler() argument 78 sigsegv_handler (int sig, siginfo_t *info, void *ctx_void) in sigsegv_handler()
|