Home
last modified time | relevance | path

Searched defs:ucp (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp207 hash.add(ucp.uc_stack.ss_size); in HashContextStack() argument
215 ucontext_t *ucp = reinterpret_cast<ucontext_t *>(context); SignContextStack() local
220 const ucontext_t *ucp = reinterpret_cast<const ucontext_t *>(context); ReadContextStack() local
[all...]
H A Dasan_interceptors.cpp359 INTERCEPTOR(void, __makecontext_v2, struct ucontext_t *ucp, void (*func)(), argument
400 struct ucontext_t *ucp) { argument
[all...]
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp405 TSAN_INTERCEPTOR(int,swapcontext,ucontext_t * oucp,const ucontext_t * ucp) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1639 #define __sanitizer_syscall_pre_getcontext(ucp) \ argument
1641 #define __sanitizer_syscall_post_getcontext(res, ucp) \ argument
1643 #define __sanitizer_syscall_pre_setcontext(ucp) \ argument
1645 #define __sanitizer_syscall_post_setcontext(res, ucp) \ argument
1647 #define __sanitizer_syscall_pre__lwp_create(ucp, flags, new_lwp) \ argument
1650 #define __sanitizer_syscall_post__lwp_create(res, ucp, flags, new_lwp) \ argument