Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dglob_altdirfunc.cpp42 return lstat(s, st); in my_gl_lstat()
49 return lstat(s, st); in my_gl_stat()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function
149 STAT(lstat, path, buf); in __lxstat()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dlstat.cpp10 assert(!lstat("/dev/null", &st)); in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
123 return _REAL64(lstat)(path, (struct stat *)buf); in DECLARE__REAL_AND_INTERNAL64()
H A Dsanitizer_mac.cpp186 return lstat(path, (struct stat *)buf); in internal_lstat()
H A Dsanitizer_common_syscalls.inc944 PRE_SYSCALL(lstat)(const void *filename, void *statbuf) {
950 POST_SYSCALL(lstat)(long res, const void *filename, void *statbuf) {
H A Dsanitizer_common_interceptors.inc108 #define lstat __lstat50
166 #define lstat __lstat_time64
7046 INTERCEPTOR(int, lstat, const char *path, void *buf) {
7048 COMMON_INTERCEPTOR_ENTER(ctx, lstat, path, buf);
7051 int res = REAL(lstat)(path, buf);
7056 #define INIT_LSTAT COMMON_INTERCEPT_FUNCTION(lstat)
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp237 if (Name == "lstat") return (uint64_t)&lstat; in getSymbolAddressInProcess()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h221 int lstat(const wchar_t *path, StatT *buf) { in lstat() function
498 using ::lstat;
H A Doperations.cpp591 if (detail::lstat(p.c_str(), &path_stat) == -1) in posix_lstat()
1318 if (detail::lstat(p.c_str(), &sb) == -1) { in __read_symlink()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp93 static int lstat(const char *path, StatT *buf) { in lstat() function
182 if (::lstat(p.string().c_str(), &st) == -1) { in GetSymlinkTimes()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c179 int lstat(const char *restrict path, struct stat *restrict buf);
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll585 ; CHECK: declare void @lstat(...)
586 declare void @lstat(...)
H A Dannotate.ll657 ; CHECK: declare noundef i32 @lstat(i8* nocapture noundef readonly, %opaque* nocapture noundef) [[N…
658 declare i32 @lstat(i8*, %opaque*)
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1012 /// int lstat(const char *path, struct stat *buf);
1013 TLI_DEFINE_ENUM_INTERNAL(lstat)
1014 TLI_DEFINE_STRING_INTERNAL("lstat")
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll258 !230 = distinct !DISubprogram(name: "lstat", linkageName: "_ZN3std3sys4unix2fs5lstat17h30bd1f059554…
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc458 if (lstat(p.begin(), &buf) != 0) {
758 int StatRet = (Follow ? ::stat : ::lstat)(P.begin(), &Status);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2238 fun:lstat=uninstrumented