Lines Matching refs:important
84 bool important; member
86 [0 ...(_NSIG)].important = false,
89 [SIGTRAP].important = false,
92 [SIGILL].important = true,
95 [SIGFPE].important = true,
98 [SIGSEGV].important = true,
101 [SIGBUS].important = true,
105 [SIGABRT].important = false,
109 [SIGVTALRM].important = false,
113 [SIGSYS].important = true,
610 if (arch_sigs[WSTOPSIG(status)].important) { in arch_traceAnalyze()
713 arch_sigs[SIGABRT].important = hfuzz->cfg.monitorSIGABRT; in arch_traceSignalsInit()
716 arch_sigs[SIGVTALRM].important = hfuzz->timing.tmoutVTALRM; in arch_traceSignalsInit()