Home
last modified time | relevance | path

Searched refs:uctx (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/rs6000/
Ddarwin-fallback.c322 struct gcc_ucontext *uctx; in handle_syscall() local
336 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()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_netbsd_libcdep.cpp159 void *uctx) { in TracerThreadSignalHandler() argument
160 SignalContext ctx(siginfo, uctx); in TracerThreadSignalHandler()
Dsanitizer_stoptheworld_linux_libcdep.cpp258 void *uctx) { in TracerThreadSignalHandler() argument
259 SignalContext ctx(siginfo, uctx); in TracerThreadSignalHandler()
Dsanitizer_platform_limits_solaris.h258 void (*)(int sig, __sanitizer_siginfo *siginfo, void *uctx);
Dsanitizer_platform_limits_posix.h76 unsigned ucontext_t_sz(void *uctx);
617 void *uctx);
Dsanitizer_platform_limits_freebsd.h306 void *uctx);
Dsanitizer_platform_limits_netbsd.h289 void *uctx);
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2083 void *uctx) { in CallUserSignalHandler() argument
2122 ((__sanitizer_sigactionhandler_ptr)pc)(sig, info, uctx); in CallUserSignalHandler()