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
 2554   COMMON_INTERCEPTOR_ENTER(ctx, getaddrinfo, node, service, hints, out);
 2555   if (node) COMMON_INTERCEPTOR_READ_RANGE(ctx, node, REAL(strlen)(node) + 1);
 2557     COMMON_INTERCEPTOR_READ_RANGE(ctx, service, REAL(strlen)(service) + 1);
 2559     COMMON_INTERCEPTOR_READ_RANGE(ctx, hints, sizeof(__sanitizer_addrinfo));
 2565     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, out, sizeof(*out));
 2568       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, p, sizeof(*p));
 2570         COMMON_INTERCEPTOR_WRITE_RANGE(ctx, p->ai_addr, p->ai_addrlen);
 2572         COMMON_INTERCEPTOR_WRITE_RANGE(ctx, p->ai_canonname,