HomeSort by: relevance | last modified time | path
    Searched refs:ASAN_WRITE_RANGE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors_memintrinsics.h 49 // and ASAN_WRITE_RANGE as macro instead of function so
94 ASAN_WRITE_RANGE(ctx, to, size); \
108 ASAN_WRITE_RANGE(ctx, block, size); \
119 ASAN_WRITE_RANGE(ctx, to, size); \
126 #define ASAN_WRITE_RANGE(ctx, offset, size) \
asan_interceptors.cc 97 ASAN_WRITE_RANGE(ctx, ptr, size)
174 #define COMMON_SYSCALL_PRE_WRITE_RANGE(p, s) ASAN_WRITE_RANGE(nullptr, p, s)
386 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1);
408 ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1);
433 ASAN_WRITE_RANGE(ctx, to, from_size);
478 ASAN_WRITE_RANGE(ctx, to, size);

Completed in 15 milliseconds