Searched defs:ucp (Results 1 – 4 of 4) sorted by relevance
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_linux.cpp | 207 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 D | asan_interceptors.cpp | 359 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 D | tsan_interceptors_mac.cpp | 405 TSAN_INTERCEPTOR(int,swapcontext,ucontext_t * oucp,const ucontext_t * ucp) TSAN_INTERCEPTOR() argument
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1639 #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
|