Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp196 static void sigSegvHandler(int sig, siginfo_t *info, void *ucontext) { in sigSegvHandler() function
256 Action.sa_sigaction = sigSegvHandler; in installSignalHandlers()