Searched refs:__sanitizer_hostent (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.h | 318 struct __sanitizer_hostent { struct
|
D | sanitizer_platform_limits_freebsd.h | 337 struct __sanitizer_hostent { struct
|
D | sanitizer_platform_limits_posix.h | 730 struct __sanitizer_hostent { struct
|
D | sanitizer_common_interceptors.inc | 2653 static void write_hostent(void *ctx, struct __sanitizer_hostent *h) { 2654 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h, sizeof(__sanitizer_hostent)); 2675 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname, char *name) { 2678 struct __sanitizer_hostent *res = REAL(gethostbyname)(name); 2683 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyaddr, void *addr, int len, 2688 struct __sanitizer_hostent *res = REAL(gethostbyaddr)(addr, len, type); 2693 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) { 2696 struct __sanitizer_hostent *res = REAL(gethostent)(fake); 2709 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname2, char *name, int af) { 2712 struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af); [all …]
|
D | sanitizer_platform_limits_netbsd.h | 363 struct __sanitizer_hostent { struct
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2188 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 …]
|
D | sanitizer_platform_limits_posix.h | 669 struct __sanitizer_hostent { struct
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 12221 <!-- typedef __sanitizer::__sanitizer_hostent* (char*)* gethostbyname_f --> 12223 <!-- typedef __sanitizer::__sanitizer_hostent* (void*, int, int)* gethostbyaddr_f --> 12225 <!-- typedef __sanitizer::__sanitizer_hostent* (int)* gethostent_f --> 12227 <!-- typedef __sanitizer::__sanitizer_hostent* (char*, int)* gethostbyname2_f --> 12229 …<!-- typedef int (__sanitizer::__sanitizer_hostent*, char*, typedef SIZE_T, __sanitizer::__sanitiz… 12231 …ef int (void*, int, int, __sanitizer::__sanitizer_hostent*, char*, typedef SIZE_T, __sanitizer::__… 12233 …<!-- typedef int (char*, __sanitizer::__sanitizer_hostent*, char*, typedef SIZE_T, __sanitizer::__… 12235 …typedef int (char*, int, __sanitizer::__sanitizer_hostent*, char*, typedef SIZE_T, __sanitizer::__… 12507 <!-- __sanitizer::__sanitizer_hostent* --> 12509 <!-- __sanitizer::__sanitizer_hostent* (char*)* --> [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 8302 …<class-decl name='__sanitizer_hostent' size-in-bits='256' is-struct='yes' visibility='default' fil…
|