Searched refs:OFF64_T (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_type_test.cpp | 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|
H A D | interception.h | 34 typedef __sanitizer::OFF64_T OFF64_T; typedef
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 147 int fd, OFF64_T offset) { in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 178 int prot, int flags, int fd, OFF64_T offset) { in mmap_interceptor()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 192 typedef u64 OFF64_T; typedef
|
H A D | sanitizer_common_interceptors.inc | 1023 INTERCEPTOR(SSIZE_T, pread64, int fd, void *ptr, SIZE_T count, OFF64_T offset) { 1074 OFF64_T offset) { 1136 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count, 1137 OFF64_T offset) { 1185 OFF64_T offset) { 7525 OFF64_T off) {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 154 int prot, int flags, int fd, OFF64_T offset) {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1064 int prot, int flags, int fd, OFF64_T offset) { in mmap_interceptor()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 786 int fd, OFF64_T off) { in mmap_interceptor()
|