Home
last modified time | relevance | path

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

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