Searched defs:uctx (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | signal_trap_handler.cpp | 13 void handler(int signo, siginfo_t *info, void *uctx) { in handler()
|
D | signal_segv_handler.cpp | 27 void handler(int signo, siginfo_t *info, void *uctx) { in handler()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | signal_segv_handler.cc | 26 void handler(int signo, siginfo_t *info, void *uctx) { in handler()
|
/external/llvm-project/compiler-rt/test/scudo/ |
D | secondary.c | 15 void handler(int signo, siginfo_t *info, void *uctx) { in handler()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 159 void *uctx) { in TracerThreadSignalHandler()
|
D | sanitizer_stoptheworld_linux_libcdep.cpp | 257 void *uctx) { in TracerThreadSignalHandler()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 234 static void TracerThreadSignalHandler(int signum, void *siginfo, void *uctx) { in TracerThreadSignalHandler()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1768 bool sigact, int sig, my_siginfo_t *info, void *uctx) { in CallUserSignalHandler()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 1930 __sanitizer_siginfo *info, void *uctx) { in CallUserSignalHandler()
|