Searched refs:ASAN_READ_STRING_OF_LEN (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 48 #define ASAN_READ_STRING_OF_LEN(ctx, s, len, n) \ macro 53 ASAN_READ_STRING_OF_LEN((ctx), (s), internal_strlen(s), (n)) 376 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in DEFINE_REAL() 398 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 47 #define ASAN_READ_STRING_OF_LEN(ctx, s, len, n) \ macro 52 ASAN_READ_STRING_OF_LEN((ctx), (s), REAL(strlen)(s), (n)) 388 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in DEFINE_REAL() 410 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 49 #define ASAN_READ_STRING_OF_LEN(ctx, s, len, n) \ macro 54 ASAN_READ_STRING_OF_LEN((ctx), (s), REAL(strlen)(s), (n)) 385 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in DEFINE_REAL() 407 ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length); in INTERCEPTOR()
|