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 D | sanitizer_signal_interceptors.inc | 27 #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 D | msan_interceptors.cc | 1347 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 2360 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
|