Searched refs:SA_CORE (Results 1 – 2 of 2) sorted by relevance
85 SA_KILL|SA_CORE, /* SIGQUIT */86 SA_KILL|SA_CORE, /* SIGILL */87 SA_KILL|SA_CORE, /* SIGTRAP */88 SA_KILL|SA_CORE, /* SIGABRT */89 SA_KILL|SA_CORE, /* SIGEMT */90 SA_KILL|SA_CORE, /* SIGFPE */92 SA_KILL|SA_CORE, /* SIGBUS */93 SA_KILL|SA_CORE, /* SIGSEGV */94 SA_KILL|SA_CORE, /* SIGSYS */1716 if (sigprop[signum] & SA_CORE) { in sigexit()
82 #define SA_CORE 0x02 /* ditto and coredumps */ macro