Home
last modified time | relevance | path

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

/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h40 #define __sanitizer_syscall_pre_adjtimex(txc_p) \ argument
41 __sanitizer_syscall_pre_impl_adjtimex((long)(txc_p))
42 #define __sanitizer_syscall_post_adjtimex(res, txc_p) \ argument
43 __sanitizer_syscall_post_impl_adjtimex(res, (long)(txc_p))
2024 void __sanitizer_syscall_pre_impl_adjtimex(long txc_p);
2025 void __sanitizer_syscall_post_impl_adjtimex(long res, long txc_p);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc238 PRE_SYSCALL(adjtimex)(void *txc_p) {}
240 POST_SYSCALL(adjtimex)(long res, void *txc_p) {
242 if (txc_p) POST_WRITE(txc_p, struct_timex_sz);