Searched refs:ASAN_WRITE_RANGE (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors_memintrinsics.h | 93 ASAN_WRITE_RANGE(ctx, to, size); \ in DECLARE_REAL() 107 ASAN_WRITE_RANGE(ctx, block, size); \ in DECLARE_REAL() 118 ASAN_WRITE_RANGE(ctx, to, size); \ in DECLARE_REAL() 125 #define ASAN_WRITE_RANGE(ctx, offset, size) \ in DECLARE_REAL() macro
|
D | asan_interceptors.cpp | 96 ASAN_WRITE_RANGE(ctx, ptr, size) 178 #define COMMON_SYSCALL_PRE_WRITE_RANGE(p, s) ASAN_WRITE_RANGE(nullptr, p, s) 390 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in DEFINE_REAL() 412 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1); in INTERCEPTOR() 438 ASAN_WRITE_RANGE(ctx, to, from_size); in INTERCEPTOR() 483 ASAN_WRITE_RANGE(ctx, to, size); in INTERCEPTOR()
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 86 #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()
|