Home
last modified time | relevance | path

Searched refs:__xstat64 (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc1356 TSAN_INTERCEPTOR(int, __xstat64, int version, const char *path, void *buf) { in TSAN_INTERCEPTOR() argument
1357 SCOPED_TSAN_INTERCEPTOR(__xstat64, version, path, buf); in TSAN_INTERCEPTOR()
1359 return REAL(__xstat64)(version, path, buf); in TSAN_INTERCEPTOR()
1361 #define TSAN_MAYBE_INTERCEPT___XSTAT64 TSAN_INTERCEPT(__xstat64)
1368 SCOPED_TSAN_INTERCEPTOR(__xstat64, 0, path, buf); in TSAN_INTERCEPTOR()
1370 return REAL(__xstat64)(0, path, buf); in TSAN_INTERCEPTOR()
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc774 INTERCEPTOR(int, __xstat64, int magic, char *path, void *buf) { in INTERCEPTOR() argument
776 int res = REAL(__xstat64)(magic, path, buf); in INTERCEPTOR()
781 #define MSAN_MAYBE_INTERCEPT___XSTAT64 INTERCEPT_FUNCTION(__xstat64)
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1238 fun:__xstat64=uninstrumented
/NextBSD/contrib/diff/
HDChangeLog1707 __xstat64): Define if not _LIBC.