Searched refs:pnew_act (Results 1 – 1 of 1) sorted by relevance
1188 __sanitizer_sigaction *pnew_act = act ? &new_act : nullptr; in INTERCEPTOR() local1190 REAL(memcpy)(pnew_act, act, sizeof(__sanitizer_sigaction)); in INTERCEPTOR()1191 uptr cb = (uptr)pnew_act->sigaction; in INTERCEPTOR()1192 uptr new_cb = (pnew_act->sa_flags & __sanitizer::sa_siginfo) in INTERCEPTOR()1197 pnew_act->sigaction = (void (*)(int, void *, void *))new_cb; in INTERCEPTOR()1200 res = REAL(sigaction)(signo, pnew_act, oldact); in INTERCEPTOR()