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
 2631 static void write_hostent(void *ctx, struct __sanitizer_hostent *h) {
 2656   struct __sanitizer_hostent *res = REAL(gethostbyname)(name);
 2666   struct __sanitizer_hostent *res = REAL(gethostbyaddr)(addr, len, type);
 2674   struct __sanitizer_hostent *res = REAL(gethostent)(fake);
 2690   struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af);