Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp400 static bool HwasanOnSIGTRAP(int signo, siginfo_t *info, ucontext_t *uc) { in HwasanOnSIGTRAP() function
426 if (HwasanOnSIGTRAP(signo, (siginfo_t *)info, (ucontext_t*)context)) in HwasanOnDeadlySignal()