Searched refs:COMMON_INTERCEPTOR_BLOCK_REAL (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1011 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(read)(fd, ptr, count); 1046 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pread)(fd, ptr, count, offset); 1064 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pread64)(fd, ptr, count, offset); 1080 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(readv)(fd, iov, iovcnt); 1096 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(preadv)(fd, iov, iovcnt, offset); 1113 COMMON_INTERCEPTOR_BLOCK_REAL(preadv64)(fd, iov, iovcnt, offset); 1129 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(write)(fd, ptr, count); 1131 // COMMON_INTERCEPTOR_BLOCK_REAL(write), not after 1160 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pwrite)(fd, ptr, count, offset); 1176 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pwrite6 [all...] |
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 90 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 144 # define COMMON_INTERCEPTOR_BLOCK_REAL(name) \ macro
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 130 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1441 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) 1445 #define COMMON_INTERCEPTOR_BLOCK_REAL( global() macro
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2547 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) 2519 #define COMMON_INTERCEPTOR_BLOCK_REAL( global() macro
|