Searched refs:uctx (Results 1 – 8 of 8) sorted by relevance
322 struct gcc_ucontext *uctx; in handle_syscall() local336 uctx = (struct gcc_ucontext *) gprs[3]; in handle_syscall()337 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE in handle_syscall()338 || uctx->mcsize == UC_FLAVOR_VEC_SIZE); in handle_syscall()339 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE in handle_syscall()340 || uctx->mcsize == UC_FLAVOR64_SIZE); in handle_syscall()345 uctx = (struct gcc_ucontext *) gprs[4]; in handle_syscall()368 struct gcc_mcontext64 *m64 = (struct gcc_mcontext64 *)uctx->mcontext; in handle_syscall()396 struct gcc_mcontext32 *m = uctx->mcontext; in handle_syscall()
159 void *uctx) { in TracerThreadSignalHandler() argument160 SignalContext ctx(siginfo, uctx); in TracerThreadSignalHandler()
258 void *uctx) { in TracerThreadSignalHandler() argument259 SignalContext ctx(siginfo, uctx); in TracerThreadSignalHandler()
258 void (*)(int sig, __sanitizer_siginfo *siginfo, void *uctx);
76 unsigned ucontext_t_sz(void *uctx);617 void *uctx);
306 void *uctx);
289 void *uctx);
2083 void *uctx) { in CallUserSignalHandler() argument2122 ((__sanitizer_sigactionhandler_ptr)pc)(sig, info, uctx); in CallUserSignalHandler()