Home
last modified time | relevance | path

Searched refs:__lxstat64 (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1466 TSAN_INTERCEPTOR(int, __lxstat64, int version, const char *path, void *buf) { in TSAN_INTERCEPTOR() argument
1467 SCOPED_TSAN_INTERCEPTOR(__lxstat64, version, path, buf); in TSAN_INTERCEPTOR()
1469 return REAL(__lxstat64)(version, path, buf); in TSAN_INTERCEPTOR()
1471 #define TSAN_MAYBE_INTERCEPT___LXSTAT64 TSAN_INTERCEPT(__lxstat64)
1478 SCOPED_TSAN_INTERCEPTOR(__lxstat64, 0, path, buf); in TSAN_INTERCEPTOR()
1480 return REAL(__lxstat64)(0, path, buf); in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc806 INTERCEPTOR(int, __lxstat64, int magic, char *path, void *buf) { in INTERCEPTOR() argument
808 int res = REAL(__lxstat64)(magic, path, buf); in INTERCEPTOR()
813 #define MSAN_MAYBE_INTERCEPT___LXSTAT64 INTERCEPT_FUNCTION(__lxstat64)
/external/ltrace/etc/
Dlibc.so.conf335 int __lxstat64(int,string,addr);
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/
Dlibclang_rt.tsan-x86_64.a.syms463 __lxstat64;
Dlibclang_rt.msan-x86_64.a.syms508 __lxstat64;
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt834 fun:__lxstat64=uninstrumented