Searched refs:pnew_act (Results 1 – 1 of 1) sorted by relevance
1167 __sanitizer_sigaction *pnew_act = act ? &new_act : 0; in INTERCEPTOR() local1169 REAL(memcpy)(pnew_act, act, sizeof(__sanitizer_sigaction)); in INTERCEPTOR()1170 uptr cb = (uptr)pnew_act->sigaction; in INTERCEPTOR()1171 uptr new_cb = (pnew_act->sa_flags & __sanitizer::sa_siginfo) in INTERCEPTOR()1176 pnew_act->sigaction = (void (*)(int, void *, void *))new_cb; in INTERCEPTOR()1179 res = REAL(sigaction)(signo, pnew_act, oldact); in INTERCEPTOR()