Searched refs:__xstat (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 144 int __xstat(int version, const char *path, struct stat *buf) { in __xstat() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6895 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 D | libc_ubuntu1404_abilist.txt | 1242 fun:__xstat=uninstrumented
|