Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h318 struct __sanitizer_hostent { struct
H A Dsanitizer_platform_limits_freebsd.h374 struct __sanitizer_hostent { struct
H A Dsanitizer_platform_limits_posix.h781 struct __sanitizer_hostent { argument
780 struct __sanitizer_hostent { global() struct
782 h_aliases__sanitizer_hostent global() argument
783 h_addrtype__sanitizer_hostent global() argument
784 h_length__sanitizer_hostent global() argument
785 h_addr_list__sanitizer_hostent global() argument
H A Dsanitizer_common_interceptors.inc2810 static void write_hostent(void *ctx, struct __sanitizer_hostent *h) {
2811 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h, sizeof(__sanitizer_hostent));
2832 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname, char *name) {
2835 struct __sanitizer_hostent *res = REAL(gethostbyname)(name);
2840 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyaddr, void *addr, int len,
2845 struct __sanitizer_hostent *res = REAL(gethostbyaddr)(addr, len, type);
2850 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
2853 struct __sanitizer_hostent *res = REAL(gethostent)(fake);
2866 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname2, char *name, int af) {
2869 struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af);
[all …]
H A Dsanitizer_platform_limits_netbsd.h363 struct __sanitizer_hostent { struct