Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1562 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \ argument
1563 __sanitizer_syscall_pre_impl_spu_run((long)(fd), (long)(unpc), \
1565 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \ argument
1566 __sanitizer_syscall_post_impl_spu_run(res, (long)(fd), (long)(unpc), \
2909 void __sanitizer_syscall_pre_impl_spu_run(long fd, long unpc, long ustatus);
2910 void __sanitizer_syscall_post_impl_spu_run(long res, long fd, long unpc,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2692 PRE_SYSCALL(spu_run)(long fd, void *unpc, void *ustatus) {}
2694 POST_SYSCALL(spu_run)(long res, long fd, unsigned *unpc, unsigned *ustatus) {
2696 if (unpc)
2697 POST_WRITE(unpc, sizeof(*unpc));