Searched refs:unpc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1562 #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), \ 2916 void __sanitizer_syscall_pre_impl_spu_run(long fd, long unpc, long ustatus); 2917 void __sanitizer_syscall_post_impl_spu_run(long res, long fd, long unpc,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 2706 PRE_SYSCALL(spu_run)(long fd, void *unpc, void *ustatus) {} 2708 POST_SYSCALL(spu_run)(long res, long fd, unsigned *unpc, unsigned *ustatus) { 2710 if (unpc) 2711 POST_WRITE(unpc, sizeof(*unpc));
|