Lines Matching refs:important
250 bool important; member
252 [0 ...(_NSIG)].important = false,
255 [SIGTRAP].important = false,
258 [SIGILL].important = true,
261 [SIGFPE].important = true,
264 [SIGSEGV].important = true,
267 [SIGBUS].important = true,
271 [SIGABRT].important = false,
275 [SIGVTALRM].important = false,
279 [SIGSYS].important = true,
1188 if (arch_sigs[WSTOPSIG(status)].important) { in arch_traceAnalyze()
1380 arch_sigs[SIGABRT].important = hfuzz->cfg.monitorSIGABRT; in arch_traceSignalsInit()
1383 arch_sigs[SIGVTALRM].important = hfuzz->timing.tmoutVTALRM; in arch_traceSignalsInit()