Searched refs:ASAN_WRITE_RANGE (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 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); in DEFINE_REAL() 522 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in INTERCEPTOR() 547 ASAN_WRITE_RANGE(ctx, to, from_size); in INTERCEPTOR() 605 ASAN_WRITE_RANGE(ctx, to, size); in INTERCEPTOR()
|