Searched refs:__sanitizer_syscall_post_read (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/test/msan/Linux/ |
D | syscalls.cc | 70 __sanitizer_syscall_post_read(5, 42, buf, 10); in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | syscalls.cpp | 71 __sanitizer_syscall_post_read(5, 42, buf, 10); in main()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 955 #define __sanitizer_syscall_post_read(res, fd, buf, count) \ macro
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 954 #define __sanitizer_syscall_post_read(res, fd, buf, count) \ macro
|
D | netbsd_syscall_hooks.h | 52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ macro
|