Searched refs:gethostbyname2_r (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1128 TEST(MemorySanitizer, gethostbyname2_r) { in TEST() argument 1133 int res = gethostbyname2_r("localhost", AF_INET, &he, buf, sizeof(buf), in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2328 INTERCEPTOR(int, gethostbyname2_r, char *name, int af, 2332 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyname2_r, name, af, ret, buf, buflen, 2338 REAL(gethostbyname2_r)(name, af, ret, buf, buflen, result, h_errnop); 2348 COMMON_INTERCEPT_FUNCTION(gethostbyname2_r);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1873 fun:gethostbyname2_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1397 PUBLIC f1880 0 gethostbyname2_r
|