Searched refs:__sighndlr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s87 * __sighndlr(int sig, siginfo_t *si, ucontext_t *uc, void (*hndlr)())
94 ENTRY(__sighndlr) function
107 SET_SIZE(__sighndlr)
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s82 * __sighndlr(int sig, siginfo_t *si, ucontext_t *uc, void (*hndlr)())
87 ENTRY(__sighndlr) function
95 SET_SIZE(__sighndlr)
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s133 * __sighndlr(int sig, siginfo_t *si, ucontex_t *uc, void (*hndlr)())
138 ENTRY(__sighndlr) function
148 SET_SIZE(__sighndlr)
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1467 extern void __sighndlr(int, siginfo_t *, ucontext_t *, void (*)());
1469 #pragma unknown_control_flow(__sighndlr)
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c198 __sighndlr(sig, sip, ucp, uact.sa_sigaction);
H A Dthr.c2568 *func = &__sighndlr;
2569 *funcsize = (char *)&__sighndlrend - (char *)&__sighndlr;

Completed in 103 milliseconds