Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/Linux/
Dsyscalls.cc70 __sanitizer_syscall_post_read(5, 42, buf, 10); in main()
/external/llvm-project/compiler-rt/test/msan/Linux/
Dsyscalls.cpp71 __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
/external/llvm-project/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h954 #define __sanitizer_syscall_post_read(res, fd, buf, count) \ macro
Dnetbsd_syscall_hooks.h52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ macro