Home
last modified time | relevance | path

Searched refs:__xstat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp144 int __xstat(int version, const char *path, struct stat *buf) { in __xstat() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6895 INTERCEPTOR(int, __xstat, int version, const char *path, void *buf) {
6897 COMMON_INTERCEPTOR_ENTER(ctx, __xstat, version, path, buf);
6900 int res = REAL(__xstat)(version, path, buf);
6905 #define INIT___XSTAT COMMON_INTERCEPT_FUNCTION(__xstat)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1242 fun:__xstat=uninstrumented