Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1011 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 Dmemprof_interceptors.cpp90 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp144 # define COMMON_INTERCEPTOR_BLOCK_REAL(name) \ macro
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp130 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1441 #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 Dtsan_interceptors_posix.cpp2547 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name)
2519 #define COMMON_INTERCEPTOR_BLOCK_REAL( global() macro