Searched refs:INTERCEPTOR_WITH_SUFFIX (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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-14.2/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, 1150 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, writev, int fd, __sanitizer_iovec *iov, 1216 INTERCEPTOR_WITH_SUFFIX(int, fputs, char *s, void *file) { 2544 // suffixes on Darwin. See the declaration of INTERCEPTOR_WITH_SUFFIX for 2546 INTERCEPTOR_WITH_SUFFIX(int, wait, int *status) { 2559 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop, 2562 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop, 2575 INTERCEPTOR_WITH_SUFFIX(int, waitpid, int pid, int *status, int options) {
|