Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/Linux/
Dsyscalls.cc70 __sanitizer_syscall_post_read(5, 42, buf, 10); in main()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h955 #define __sanitizer_syscall_post_read(res, fd, buf, count) \ macro