Searched refs:OFF_T (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception_type_test.cc | 36 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t));
|
D | interception.h | 31 typedef __sanitizer::OFF_T OFF_T; typedef
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cc | 20 int fd, OFF_T offset) { in INTERCEPTOR()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 77 typedef u64 OFF_T; typedef 79 typedef uptr OFF_T; typedef
|
D | sanitizer_libc.h | 89 uptr internal_lseek(fd_t fd, OFF_T offset, int whence);
|
D | sanitizer_linux.cc | 511 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek()
|
D | sanitizer_common_interceptors.inc | 355 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { 408 OFF_T offset) { 455 INTERCEPTOR(SSIZE_T, pwrite, int fd, void *ptr, SIZE_T count, OFF_T offset) { 503 OFF_T offset) {
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 239 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { in INTERCEPTOR()
|
/external/libcxx/include/ |
D | ios | 22 typedef OFF_T streamoff;
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 854 int fd, OFF_T offset) { in INTERCEPTOR()
|