Home
last modified time | relevance | path

Searched refs:OFF64_T (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
H A Dinterception.h34 typedef __sanitizer::OFF64_T OFF64_T; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp147 int fd, OFF64_T offset) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp178 int prot, int flags, int fd, OFF64_T offset) { in mmap_interceptor()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h192 typedef u64 OFF64_T; typedef
H A Dsanitizer_common_interceptors.inc1023 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 Dasan_interceptors.cpp154 int prot, int flags, int fd, OFF64_T offset) {
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1064 int prot, int flags, int fd, OFF64_T offset) { in mmap_interceptor()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp786 int fd, OFF64_T off) { in mmap_interceptor()