Searched refs:ASAN_READ_RANGE (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 84 #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 …]
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 49 ASAN_READ_RANGE((ctx), (s), \ 98 ASAN_READ_RANGE(ctx, ptr, size) 177 #define COMMON_SYSCALL_PRE_READ_RANGE(p, s) ASAN_READ_RANGE(nullptr, p, s) 387 ASAN_READ_RANGE(ctx, from, from_length + 1); in DEFINE_REAL() 409 ASAN_READ_RANGE(ctx, from, copy_length); in INTERCEPTOR() 437 ASAN_READ_RANGE(ctx, from, from_size); in INTERCEPTOR() 450 ASAN_READ_RANGE(ctx, s, length + 1); in INTERCEPTOR() 466 ASAN_READ_RANGE(ctx, s, length + 1); in INTERCEPTOR() 482 ASAN_READ_RANGE(ctx, from, from_size); in INTERCEPTOR()
|
D | asan_interceptors_memintrinsics.h | 92 ASAN_READ_RANGE(ctx, from, size); \ in DECLARE_REAL() 117 ASAN_READ_RANGE(ctx, from, size); \ in DECLARE_REAL() 123 #define ASAN_READ_RANGE(ctx, offset, size) \ in DECLARE_REAL() macro
|