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

/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc53 // and ASAN_WRITE_RANGE as macro instead of function so
85 #define ASAN_WRITE_RANGE(ctx, offset, size) \ macro
147 ASAN_WRITE_RANGE(ctx, ptr, size)
203 #define COMMON_SYSCALL_PRE_WRITE_RANGE(p, s) ASAN_WRITE_RANGE(nullptr, p, s)
386 ASAN_WRITE_RANGE(ctx, to, size); \
404 ASAN_WRITE_RANGE(ctx, block, size); \
419 ASAN_WRITE_RANGE(ctx, to, size); \
500 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1);
522 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1);
547 ASAN_WRITE_RANGE(ct
[all...]

Completed in 142 milliseconds