Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc27 #ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL
28 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
40 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
51 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1347 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2360 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro