Searched refs:__fxstat (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1518 TSAN_INTERCEPTOR(int, __fxstat, int version, int fd, void *buf) { in TSAN_INTERCEPTOR() argument 1519 SCOPED_TSAN_INTERCEPTOR(__fxstat, version, fd, buf); in TSAN_INTERCEPTOR() 1522 return REAL(__fxstat)(version, fd, buf); in TSAN_INTERCEPTOR() 1524 #define TSAN_MAYBE_INTERCEPT___FXSTAT TSAN_INTERCEPT(__fxstat) 1536 SCOPED_TSAN_INTERCEPTOR(__fxstat, 0, fd, buf); in TSAN_INTERCEPTOR() 1539 return REAL(__fxstat)(0, fd, buf); in TSAN_INTERCEPTOR()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 696 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { in INTERCEPTOR() argument 698 int res = REAL(__fxstat)(magic, fd, buf); in INTERCEPTOR() 703 #define MSAN_MAYBE_INTERCEPT___FXSTAT INTERCEPT_FUNCTION(__fxstat)
|
/external/ltrace/etc/ |
D | libc.so.conf | 330 int __fxstat(int,int,addr);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 671 fun:__fxstat=uninstrumented
|