Searched refs:ASAN_READ_STRING (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 52 #define ASAN_READ_STRING(ctx, s, n) \ macro 518 ASAN_READ_STRING(ctx, nptr, (real_endptr - nptr) + 1); in INTERCEPTOR() 535 ASAN_READ_STRING(ctx, nptr, (real_endptr - nptr) + 1); in INTERCEPTOR() 563 ASAN_READ_STRING(ctx, nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 93 #define ASAN_READ_STRING(ctx, s, n) \ macro 640 ASAN_READ_STRING(ctx, nptr, (real_endptr - nptr) + 1); in INTERCEPTOR() 657 ASAN_READ_STRING(ctx, nptr, (real_endptr - nptr) + 1); in INTERCEPTOR() 686 ASAN_READ_STRING(ctx, nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()
|