Searched refs:COMMON_INTERCEPTOR_BLOCK_REAL (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 93 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 148 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 128 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 182 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1315 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1298 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3326 int res = COMMON_INTERCEPTOR_BLOCK_REAL(poll)(fds, nfds, timeout); 3345 COMMON_INTERCEPTOR_BLOCK_REAL(ppoll)(fds, nfds, timeout_ts, sigmask); 5462 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_wait)(s); 5472 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_trywait)(s); 5483 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2232 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) macro
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 2335 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3954 int res = COMMON_INTERCEPTOR_BLOCK_REAL(poll)(fds, nfds, timeout); 3973 COMMON_INTERCEPTOR_BLOCK_REAL(ppoll)(fds, nfds, timeout_ts, sigmask); 6437 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_wait)(s); 6447 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_trywait)(s); 6458 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
|