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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 3935   COMMON_INTERCEPTOR_ENTER(ctx, wordexp, s, p, flags);
 3936   if (s) COMMON_INTERCEPTOR_READ_RANGE(ctx, s, REAL(strlen)(s) + 1);
 3942     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, p, sizeof(*p));
 3944       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, p->we_wordv,
 3948       if (w) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, w, REAL(strlen)(w) + 1);