reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
  901     if (statbuf) POST_WRITE(statbuf, struct_kernel_stat_sz);
  913     if (statbuf) POST_WRITE(statbuf, struct_kernel_stat_sz);
  921     if (statbuf) POST_WRITE(statbuf, struct_kernel_stat_sz);
 2587     if (statbuf) POST_WRITE(statbuf, struct_kernel_stat_sz);
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp
   72 COMPILER_CHECK(struct_kernel_stat_sz == sizeof(struct stat));