Home
last modified time | relevance | path

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 Dasan_interceptors.cpp48 #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 Dasan_interceptors.cc47 #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 Dasan_interceptors.cc49 #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()