Searched refs:new_action (Results 1 – 3 of 3) sorted by relevance
344 static struct sigaction new_action; variable366 new_action.sa_handler = myhandler; in start_watchdog()367 sigemptyset(&(new_action.sa_mask)); in start_watchdog()368 new_action.sa_flags = 0; in start_watchdog()370 new_action.sa_flags |= SA_INTERRUPT; in start_watchdog()372 sigaction(SIGALRM, &new_action, &old_action); in start_watchdog()
8251 proposed_action *new_action = &ebb_table->actions[j]; in compute_ebb_actions() local8252 bfd_vma offset = new_action->offset; in compute_ebb_actions()8253 if (new_action->align_type == EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions()8264 if (new_action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions()8275 if (new_action->action == ta_narrow_insn in compute_ebb_actions()8276 && !new_action->do_action in compute_ebb_actions()8280 new_action->do_action = true; in compute_ebb_actions()8281 new_action->removed_bytes += 1; in compute_ebb_actions()8285 if (new_action->action == ta_widen_insn in compute_ebb_actions()8286 && new_action->do_action in compute_ebb_actions()[all …]
8258 proposed_action *new_action = &ebb_table->actions[j]; in compute_ebb_actions() local8259 bfd_vma offset = new_action->offset; in compute_ebb_actions()8260 if (new_action->align_type == EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions()8271 if (new_action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions()8282 if (new_action->action == ta_narrow_insn in compute_ebb_actions()8283 && !new_action->do_action in compute_ebb_actions()8287 new_action->do_action = true; in compute_ebb_actions()8288 new_action->removed_bytes += 1; in compute_ebb_actions()8292 if (new_action->action == ta_widen_insn in compute_ebb_actions()8293 && new_action->do_action in compute_ebb_actions()[all …]