Home
last modified time | relevance | path

Searched refs:__sanitizer_hostent (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2188 static void write_hostent(void *ctx, struct __sanitizer_hostent *h) {
2189 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h, sizeof(__sanitizer_hostent));
2210 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname, char *name) {
2213 struct __sanitizer_hostent *res = REAL(gethostbyname)(name);
2218 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyaddr, void *addr, int len,
2223 struct __sanitizer_hostent *res = REAL(gethostbyaddr)(addr, len, type);
2228 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
2231 struct __sanitizer_hostent *res = REAL(gethostent)(fake);
2236 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname2, char *name, int af) {
2239 struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af);
[all …]
Dsanitizer_platform_limits_posix.h669 struct __sanitizer_hostent { struct