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
   36 extern unsigned siginfo_t_sz;

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 2405     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz);
 3225       COMMON_INTERCEPTOR_READ_RANGE(ctx, data, siginfo_t_sz);
 3256       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, siginfo_t_sz);
 3984   if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);
 4003   if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
  647     if (infop) POST_WRITE(infop, siginfo_t_sz);
  710     if (uinfo) POST_WRITE(uinfo, siginfo_t_sz);
  719     if (uinfo) POST_WRITE(uinfo, siginfo_t_sz);
  739     if (uinfo) POST_WRITE(uinfo, siginfo_t_sz);
 2308       PRE_READ((void *)data, siginfo_t_sz);
 2332       POST_WRITE((void *)data, siginfo_t_sz);