Searched defs:uctx (Results 1 – 8 of 8) sorted by relevance
| /llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | signal_trap_handler.cpp | 13 void handler(int signo, siginfo_t *info, void *uctx) { in handler()
|
| H A D | signal_segv_handler.cpp | 27 void handler(int signo, siginfo_t *info, void *uctx) { in handler() argument
|
| /llvm-project/compiler-rt/test/msan/Linux/ |
| H A D | signal_mcontext2.cpp | 11 void handler(int sig, siginfo_t *info, void *uctx) { in handler()
|
| H A D | signal_mcontext.cpp | 11 void handler(int sig, siginfo_t *info, void *uctx) { in handler()
|
| /llvm-project/compiler-rt/test/scudo/ |
| H A D | secondary.c | 15 void handler(int signo, siginfo_t *info, void *uctx) { in handler()
|
| /llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 159 void *uctx) { in TracerThreadSignalHandler() argument
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 258 TracerThreadSignalHandler(int signum,__sanitizer_siginfo * siginfo,void * uctx) TracerThreadSignalHandler() argument
|
| /llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2078 CallUserSignalHandler(ThreadState * thr,bool sync,bool acquire,int sig,__sanitizer_siginfo * info,void * uctx) CallUserSignalHandler() argument
|