Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp456 static bool HwasanOnSIGTRAP(int signo, siginfo_t *info, ucontext_t *uc) { in HwasanOnSIGTRAP() function
495 if (HwasanOnSIGTRAP(signo, (siginfo_t *)info, (ucontext_t *)context)) in HwasanOnDeadlySignal()