HomeSort by: relevance | last modified time | path
    Searched refs:struct_stat64_sz (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.h 26 extern unsigned struct_stat64_sz;
sanitizer_platform_limits_solaris.cc 69 unsigned struct_stat64_sz = sizeof(struct stat64); variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h 33 extern unsigned struct_stat64_sz;
sanitizer_platform_limits_posix.cc 172 unsigned struct_stat64_sz = sizeof(struct stat64); variable in namespace:__sanitizer
sanitizer_common_interceptors.inc 6469 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
6501 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat64_sz);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 690 __msan_unpoison(buf, __sanitizer::struct_stat64_sz);
722 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat64_sz);

Completed in 43 milliseconds