Searched refs:unpc (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1554 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \ argument 1555 __sanitizer_syscall_pre_impl_spu_run((long)(fd), (long)(unpc), \ 1557 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \ argument 1558 __sanitizer_syscall_post_impl_spu_run(res, (long)(fd), (long)(unpc), \ 2894 void __sanitizer_syscall_pre_impl_spu_run(long fd, long unpc, long ustatus); 2895 void __sanitizer_syscall_post_impl_spu_run(long res, long fd, long unpc,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2456 PRE_SYSCALL(spu_run)(long fd, void *unpc, void *ustatus) {} 2458 POST_SYSCALL(spu_run)(long res, long fd, unsigned *unpc, unsigned *ustatus) { 2460 if (unpc) POST_WRITE(unpc, sizeof(*unpc));
|