Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_signal_interceptors.inc26 #ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL
27 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
39 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
50 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1356 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2397 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro