Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc89 #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()