reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   67   if (PreviousHandler.sa_flags & SA_SIGINFO) {
   68     PreviousHandler.sa_sigaction(sig, info, ucontext);
   69   } else if (PreviousHandler.sa_handler == SIG_IGN ||
   70              PreviousHandler.sa_handler == SIG_DFL) {
   77     PreviousHandler.sa_handler(sig);
   85   sigaction(SIGSEGV, &Action, &PreviousHandler);