Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1035 #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), \
2595 void __sanitizer_syscall_pre_impl_lookup_dcookie(long cookie64, long buf,
2597 void __sanitizer_syscall_post_impl_lookup_dcookie(long res, long cookie64,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1834 PRE_SYSCALL(lookup_dcookie)(u64 cookie64, void *buf, long len) {}
1836 POST_SYSCALL(lookup_dcookie)(long res, u64 cookie64, void *buf, long len) {