Searched refs:__xstat (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors.cc | 1333 TSAN_INTERCEPTOR(int, __xstat, int version, const char *path, void *buf) { in TSAN_INTERCEPTOR() argument 1334 SCOPED_TSAN_INTERCEPTOR(__xstat, version, path, buf); in TSAN_INTERCEPTOR() 1336 return REAL(__xstat)(version, path, buf); in TSAN_INTERCEPTOR() 1338 #define TSAN_MAYBE_INTERCEPT___XSTAT TSAN_INTERCEPT(__xstat) 1349 SCOPED_TSAN_INTERCEPTOR(__xstat, 0, path, buf); in TSAN_INTERCEPTOR() 1351 return REAL(__xstat)(0, path, buf); in TSAN_INTERCEPTOR()
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cc | 763 INTERCEPTOR(int, __xstat, int magic, char *path, void *buf) { in INTERCEPTOR() argument 765 int res = REAL(__xstat)(magic, path, buf); in INTERCEPTOR() 770 # define MSAN_INTERCEPT_STAT INTERCEPT_FUNCTION(__xstat)
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1237 fun:__xstat=uninstrumented
|