| /freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_type_test.cpp | 45 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t));
|
| H A D | interception.h | 44 typedef __sanitizer::OFF_T OFF_T; typedef
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cpp | 65 int prot, int flags, int fd, OFF_T offset) { in DECLARE__REAL_AND_INTERNAL64() 189 DECLARE__REAL_AND_INTERNAL64(uptr, lseek, fd_t fd, OFF_T offset, int whence) { in DECLARE__REAL_AND_INTERNAL64()
|
| H A D | sanitizer_file.h | 106 void *MapWritableFileToMemory(void *addr, uptr size, fd_t fd, OFF_T offset);
|
| H A D | sanitizer_internal_defs.h | 194 typedef u64 OFF_T; typedef 196 typedef uptr OFF_T; typedef
|
| H A D | sanitizer_posix.h | 60 uptr internal_lseek(fd_t fd, OFF_T offset, int whence);
|
| H A D | sanitizer_netbsd.cpp | 286 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek()
|
| H A D | sanitizer_haiku.cpp | 289 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek()
|
| H A D | sanitizer_posix.cpp | 215 void *MapWritableFileToMemory(void *addr, uptr size, fd_t fd, OFF_T offset) { in MapWritableFileToMemory()
|
| H A D | sanitizer_platform_limits_netbsd.h | 66 OFF_T rm_so; 67 OFF_T rm_eo;
|
| H A D | sanitizer_linux.cpp | 277 (OFF_T)(offset / 4096)); in internal_mmap() 343 (sptr)internal_syscall(SYSCALL(ftruncate), fd, (OFF_T)size)); in internal_ftruncate() 905 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek()
|
| H A D | sanitizer_common_interceptors.inc | 1044 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { 1097 OFF_T offset) { 1160 INTERCEPTOR(SSIZE_T, pwrite, int fd, void *ptr, SIZE_T count, OFF_T offset) { 1208 OFF_T offset) { 7648 OFF_T off) { 8783 INTERCEPTOR(char *, SHA1FileChunk, char *filename, char *buf, OFF_T offset, 8784 OFF_T length) { 8953 INTERCEPTOR(char *, RMD160FileChunk, char *filename, char *buf, OFF_T offset, 8954 OFF_T length) { 8993 INTERCEPTOR(int, fseeko, __sanitizer_FILE *stream, OFF_T offset, int whence) { [all …]
|
| H A D | sanitizer_win.cpp | 457 void *MapWritableFileToMemory(void *addr, uptr size, fd_t fd, OFF_T offset) { in MapWritableFileToMemory()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 129 int fd, OFF_T offset) { in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan_interceptors.cpp | 69 int fd, OFF_T offset) { in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 236 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | ios | 21 typedef OFF_T streamoff;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ios | 21 typedef OFF_T streamoff;
|