Home
last modified time | relevance | path

Searched refs:INTERCEPTOR_WITH_SUFFIX (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception.h194 #define INTERCEPTOR_WITH_SUFFIX(ret_type, func, ...) \ macro
208 #define INTERCEPTOR_WITH_SUFFIX(ret_type, func, ...) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc418 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, readv, int fd, __sanitizer_iovec *iov,
513 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, writev, int fd, __sanitizer_iovec *iov,
1589 // suffixes on Darwin. See the declaration of INTERCEPTOR_WITH_SUFFIX for
1591 INTERCEPTOR_WITH_SUFFIX(int, wait, int *status) {
1604 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop,
1607 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop,
1620 INTERCEPTOR_WITH_SUFFIX(int, waitpid, int pid, int *status, int options) {