Searched refs:INTERCEPTOR_WITH_SUFFIX (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception.h | 309 #define INTERCEPTOR_WITH_SUFFIX(ret_type, func, ...) \ macro 323 #define INTERCEPTOR_WITH_SUFFIX(ret_type, func, ...) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1041 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, readv, int fd, __sanitizer_iovec *iov, 1152 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, writev, int fd, __sanitizer_iovec *iov, 1219 INTERCEPTOR_WITH_SUFFIX(int, fputs, char *s, void *file) { 2552 // suffixes on Darwin. See the declaration of INTERCEPTOR_WITH_SUFFIX for 2554 INTERCEPTOR_WITH_SUFFIX(int, wait, int *status) { 2567 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop, 2570 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop, 2583 INTERCEPTOR_WITH_SUFFIX(int, waitpid, int pid, int *status, int options) {
|