Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_BLOCK_REAL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp90 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp144 # define COMMON_INTERCEPTOR_BLOCK_REAL(name) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp130 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1445 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4124 int res = COMMON_INTERCEPTOR_BLOCK_REAL(poll)(fds, nfds, timeout);
4143 COMMON_INTERCEPTOR_BLOCK_REAL(ppoll)(fds, nfds, timeout_ts, sigmask);
4187 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwait)(set, sig);
4204 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwaitinfo)(set, info);
4223 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigtimedwait)(set, info, timeout);
6527 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_wait)(s);
6548 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
9974 n = COMMON_INTERCEPTOR_BLOCK_REAL(getrandom)(buf, buflen, flags);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2508 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) macro