Searched defs:stat_addr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 343 #define __sanitizer_syscall_pre_wait4(pid, stat_addr, options, ru) \ argument 346 #define __sanitizer_syscall_post_wait4(res, pid, stat_addr, options, ru) \ argument 356 #define __sanitizer_syscall_pre_waitpid(pid, stat_addr, options) \ argument 359 #define __sanitizer_syscall_post_waitpid(res, pid, stat_addr, options) \ argument
|