Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1014 if (cb != __sanitizer::sig_ign && cb != __sanitizer::sig_dfl) { in INTERCEPTOR()
1022 if (cb != __sanitizer::sig_ign && cb != __sanitizer::sig_dfl) { in INTERCEPTOR()
1041 if (cb != __sanitizer::sig_ign && cb != __sanitizer::sig_dfl) { in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h559 extern uptr sig_dfl;
Dsanitizer_platform_limits_posix.cc238 uptr sig_dfl = (uptr)SIG_DFL; variable