Searched refs:OFF64_T (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception.h | 32 typedef __sanitizer::OFF64_T OFF64_T; typedef
|
D | interception_type_test.cc | 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cc | 28 int fd, OFF64_T offset) { in INTERCEPTOR()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 104 typedef u64 OFF64_T; typedef
|
D | sanitizer_common_interceptors.inc | 744 INTERCEPTOR(SSIZE_T, pread64, int fd, void *ptr, SIZE_T count, OFF64_T offset) { 795 OFF64_T offset) { 841 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count, 842 OFF64_T offset) { 890 OFF64_T offset) {
|
/external/zlib/src/ |
D | CMakeLists.txt | 43 check_type_size(off64_t OFF64_T)
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 360 int fd, OFF64_T off) { in INTERCEPTOR()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 976 int fd, OFF64_T offset) { in INTERCEPTOR()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 710 int fd, OFF64_T off) { in TSAN_INTERCEPTOR()
|