Searched refs:cookie64 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1035 #define __sanitizer_syscall_pre_lookup_dcookie(cookie64, buf, len) \ argument 1036 __sanitizer_syscall_pre_impl_lookup_dcookie((long)(cookie64), (long)(buf), \ 1038 #define __sanitizer_syscall_post_lookup_dcookie(res, cookie64, buf, len) \ argument 1039 __sanitizer_syscall_post_impl_lookup_dcookie(res, (long)(cookie64), \ 2602 void __sanitizer_syscall_pre_impl_lookup_dcookie(long cookie64, long buf, 2604 void __sanitizer_syscall_post_impl_lookup_dcookie(long res, long cookie64,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1848 PRE_SYSCALL(lookup_dcookie)(u64 cookie64, void *buf, long len) {} 1850 POST_SYSCALL(lookup_dcookie)(long res, u64 cookie64, void *buf, long len) {
|