Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc86 #define ASAN_WRITE_RANGE(ctx, offset, size) \ macro
150 ASAN_WRITE_RANGE(ctx, ptr, size)
210 #define COMMON_SYSCALL_PRE_WRITE_RANGE(p, s) ASAN_WRITE_RANGE(nullptr, p, s)
406 ASAN_WRITE_RANGE(ctx, to, size); \
424 ASAN_WRITE_RANGE(ctx, block, size); \
439 ASAN_WRITE_RANGE(ctx, to, size); \
501 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in DEFINE_REAL()
523 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in INTERCEPTOR()
548 ASAN_WRITE_RANGE(ctx, to, from_size); in INTERCEPTOR()
604 ASAN_WRITE_RANGE(ctx, to, size); in INTERCEPTOR()