Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp148 int __lxstat(int version, const char *path, struct stat *buf) { in __lxstat() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6927 INTERCEPTOR(int, __lxstat, int version, const char *path, void *buf) {
6929 COMMON_INTERCEPTOR_ENTER(ctx, __lxstat, version, path, buf);
6932 int res = REAL(__lxstat)(version, path, buf);
6937 #define INIT___LXSTAT COMMON_INTERCEPT_FUNCTION(__lxstat)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt838 fun:__lxstat=uninstrumented