Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dlfs-symbols16 __xstat
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1398 TSAN_INTERCEPTOR(int, __xstat, int version, const char *path, void *buf) { in TSAN_INTERCEPTOR() argument
1399 SCOPED_TSAN_INTERCEPTOR(__xstat, version, path, buf); in TSAN_INTERCEPTOR()
1401 return REAL(__xstat)(version, path, buf); in TSAN_INTERCEPTOR()
1403 #define TSAN_MAYBE_INTERCEPT___XSTAT TSAN_INTERCEPT(__xstat)
1414 SCOPED_TSAN_INTERCEPTOR(__xstat, 0, path, buf); in TSAN_INTERCEPTOR()
1416 return REAL(__xstat)(0, path, buf); in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc769 INTERCEPTOR(int, __xstat, int magic, char *path, void *buf) { in INTERCEPTOR() argument
771 int res = REAL(__xstat)(magic, path, buf); in INTERCEPTOR()
776 # define MSAN_INTERCEPT_STAT INTERCEPT_FUNCTION(__xstat)
/external/ltrace/etc/
Dlibc.so.conf331 int __xstat(int,string,addr);
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt83 __xstat
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1237 fun:__xstat=uninstrumented