Home
last modified time | relevance | path

Searched refs:fstat64 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dfstat64.cpp9 if (fstat64(0, &st)) in main()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp239 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll462 ; CHECK: declare void @fstat64(...)
463 declare void @fstat64(...)
H A Dannotate.ll529 ; CHECK-LINUX: declare noundef i32 @fstat64(i32 noundef, %opaque* nocapture noundef) [[NOFREE_NOUNW…
530 declare i32 @fstat64(i32, %opaque*)
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp671 INTERCEPTOR(int, fstat64, int fd, void *buf) { in INTERCEPTOR() argument
673 int res = REAL(fstat64)(fd, buf); in INTERCEPTOR()
678 # define MSAN_MAYBE_INTERCEPT_FSTAT64 MSAN_INTERCEPT_FUNC(fstat64)
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def874 /// int fstat64(int filedes, struct stat64 *buf)
875 TLI_DEFINE_ENUM_INTERNAL(fstat64)
876 TLI_DEFINE_STRING_INTERNAL("fstat64")
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1578 TSAN_INTERCEPTOR(int, fstat64, int fd, void *buf) { in TSAN_INTERCEPTOR() argument
1584 #define TSAN_MAYBE_INTERCEPT_FSTAT64 TSAN_INTERCEPT(fstat64)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1583 TSAN_INTERCEPTOR(int, fstat64, int fd, void *buf) { in TSAN_INTERCEPTOR() argument
1589 #define TSAN_MAYBE_INTERCEPT_FSTAT64 TSAN_INTERCEPT(fstat64)
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp452 int res = internal_syscall(SYSCALL(fstat64), fd, &buf64); in internal_fstat()
H A Dsanitizer_common_syscalls.inc1025 PRE_SYSCALL(fstat64)(long fd, void *statbuf) {}
1027 POST_SYSCALL(fstat64)(long res, long fd, void *statbuf) {
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1787 fun:fstat64=uninstrumented