Home
last modified time | relevance | path

Searched defs:fstat (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp141 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat() function
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextNetBSD_i386.cpp37 uint16_t fstat; // FPU Status Word (fsw) member
H A DRegisterContextLinux_i386.cpp37 uint16_t fstat; // FPU Status Word (fsw) member
H A DRegisterContext_x86.h271 uint16_t fstat; // FPU Status Word (fsw) member
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp126 DECLARE__REAL_AND_INTERNAL64(uptr, fstat, fd_t fd, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h201 inline int fstat(int fd, StatT* buf) { fstat() function
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp44 #define fstat __fstat5 global() macro
757 INTERCEPTOR(int,fstat,int fd,void * buf) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1641 TSAN_INTERCEPTOR(int,fstat,int fd,void * buf) TSAN_INTERCEPTOR() argument