Searched refs:__sanitizer_syscall_post_ptrace (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/test/msan/Linux/ |
D | syscalls.cc | 84 __sanitizer_syscall_post_ptrace(0, PTRACE_PEEKUSER, kFortyTwo, 0xABCD, buf); in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | syscalls.cpp | 85 __sanitizer_syscall_post_ptrace(0, PTRACE_PEEKUSER, kFortyTwo, 0xABCD, buf); in main()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1455 #define __sanitizer_syscall_post_ptrace(res, request, pid, addr, data) \ macro
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1454 #define __sanitizer_syscall_post_ptrace(res, request, pid, addr, data) \ macro
|
D | netbsd_syscall_hooks.h | 164 #define __sanitizer_syscall_post_ptrace(res, req, pid, addr, data) \ macro
|