Home | History | Annotate | Download | only in coregrind

Lines Matching refs:new_act

1089                                const vki_sigaction_toK_t* new_act, 
1095 signo, (UWord)new_act, (UWord)old_act,
1096 (ULong)(new_act ? new_act->sa_flags : 0));
1107 && new_act
1108 && !(new_act->ksa_handler == VKI_SIG_DFL
1109 || new_act->ksa_handler == VKI_SIG_IGN) )
1114 && new_act
1115 && new_act->ksa_handler != VKI_SIG_DFL)
1129 /* And now copy new SCSS entry from new_act. */
1130 if (new_act) {
1131 scss.scss_per_sig[signo].scss_handler = new_act->ksa_handler;
1132 scss.scss_per_sig[signo].scss_flags = new_act->sa_flags;
1133 scss.scss_per_sig[signo].scss_mask = new_act->sa_mask;
1137 scss.scss_per_sig[signo].scss_restorer = new_act->sa_restorer;
1142 scss.scss_per_sig[signo].scss_sa_tramp = new_act->sa_tramp;
1150 if (new_act) {