Searched refs:__fxstat (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/tests/ |
D | lfs-symbols | 13 __fxstat
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1488 TSAN_INTERCEPTOR(int, __fxstat, int version, int fd, void *buf) { in TSAN_INTERCEPTOR() argument 1489 SCOPED_TSAN_INTERCEPTOR(__fxstat, version, fd, buf); in TSAN_INTERCEPTOR() 1492 return REAL(__fxstat)(version, fd, buf); in TSAN_INTERCEPTOR() 1494 #define TSAN_MAYBE_INTERCEPT___FXSTAT TSAN_INTERCEPT(__fxstat) 1506 SCOPED_TSAN_INTERCEPTOR(__fxstat, 0, fd, buf); in TSAN_INTERCEPTOR() 1509 return REAL(__fxstat)(0, fd, buf); in TSAN_INTERCEPTOR()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 702 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { in INTERCEPTOR() argument 704 int res = REAL(__fxstat)(magic, fd, buf); in INTERCEPTOR() 709 #define MSAN_MAYBE_INTERCEPT___FXSTAT INTERCEPT_FUNCTION(__fxstat)
|
/external/ltrace/etc/ |
D | libc.so.conf | 330 int __fxstat(int,int,addr);
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.tsan-x86_64.a.syms | 8 __fxstat;
|
D | libclang_rt.msan-x86_64.a.syms | 3 __fxstat;
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 671 fun:__fxstat=uninstrumented
|