Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc84 #define ASAN_READ_RANGE(ctx, offset, size) \ macro
90 ASAN_READ_RANGE((ctx), (s), \
152 ASAN_READ_RANGE(ctx, ptr, size)
209 #define COMMON_SYSCALL_PRE_READ_RANGE(p, s) ASAN_READ_RANGE(nullptr, p, s)
405 ASAN_READ_RANGE(ctx, from, size); \
438 ASAN_READ_RANGE(ctx, from, size); \
498 ASAN_READ_RANGE(ctx, from, from_length + 1); in DEFINE_REAL()
520 ASAN_READ_RANGE(ctx, from, copy_length); in INTERCEPTOR()
547 ASAN_READ_RANGE(ctx, from, from_size); in INTERCEPTOR()
560 ASAN_READ_RANGE(ctx, s, length + 1); in INTERCEPTOR()
[all …]