Searched refs:SA_SIGINFO (Results 1 – 4 of 4) sorted by relevance
75 #define SA_SIGINFO 0x00000004 macro
79 #define SA_SIGINFO 0x00000004u macro
81 #define SA_SIGINFO 0x00000008 macro
165 bool ret = (oldact.sa_flags & SA_SIGINFO) != 0; in haveSiginfo()251 act.sa_flags = SA_RESTART | SA_SIGINFO; in debuggerd_init()