Searched refs:ASAN_READ_STRING_OF_LEN (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 89 #define ASAN_READ_STRING_OF_LEN(ctx, s, len, n) \ macro 94 ASAN_READ_STRING_OF_LEN((ctx), (s), REAL(strlen)(s), (n)) 500 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in DEFINE_REAL() 522 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in INTERCEPTOR()
|