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