Home
last modified time | relevance | path

Searched refs:pnew_act (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1059 __sanitizer_sigaction *pnew_act = act ? &new_act : nullptr; in INTERCEPTOR() local
1061 REAL(memcpy)(pnew_act, act, sizeof(__sanitizer_sigaction)); in INTERCEPTOR()
1062 uptr cb = (uptr)pnew_act->sigaction; in INTERCEPTOR()
1063 uptr new_cb = (pnew_act->sa_flags & __sanitizer::sa_siginfo) in INTERCEPTOR()
1068 pnew_act->sigaction = (void (*)(int, void *, void *))new_cb; in INTERCEPTOR()
1071 res = REAL(sigaction)(signo, pnew_act, oldact); in INTERCEPTOR()