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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
  113 extern unsigned __user_cap_header_struct_sz;

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 5456     COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz);
 5472     COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
  391   if (header) PRE_READ(header, __user_cap_header_struct_sz);
  400   if (header) PRE_READ(header, __user_cap_header_struct_sz);