Searched refs:m_old_SIGBUS_action (Results 1 – 2 of 2) sorted by relevance
35 sigaction( SIGBUS , &action, &m_old_SIGBUS_action );36 sigaction( SIGILL , &action, &m_old_SIGBUS_action );41 sigaction( SIGILL , &m_old_SIGBUS_action , 0 );42 sigaction( SIGBUS , &m_old_SIGBUS_action , 0 );
29 struct sigaction m_old_SIGBUS_action; variable