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

References

projects/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
   68   if (sigact.sa_flags & SA_SIGINFO) {
   81   sigact.sa_flags = SA_SIGINFO;
projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   67   if (PreviousHandler.sa_flags & SA_SIGINFO) {
   84   Action.sa_flags = SA_SIGINFO;
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  257   const uptr sa_siginfo = (uptr)SA_SIGINFO;
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  208   sigact.sa_flags = SA_SIGINFO | SA_NODEFER;
projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
  311     act.sa_flags = SA_ONSTACK | SA_SIGINFO;
tools/lldb/source/Host/common/MainLoop.cpp
  313   new_action.sa_flags = SA_SIGINFO;
tools/lldb/unittests/Host/MainLoopTest.cpp
  146   sa.sa_flags = SA_SIGINFO; // important: no SA_RESTART