Home
last modified time | relevance | path

Searched refs:HWASAN_READ_RANGE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp45 # define HWASAN_READ_RANGE(offset, size) \ macro
77 # define COMMON_SYSCALL_PRE_READ_RANGE(p, s) HWASAN_READ_RANGE(p, s)
96 HWASAN_READ_RANGE(ptr, size)