Home
last modified time | relevance | path

Searched refs:new_action (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c6775 proposed_action *new_action = &ebb_table->actions[j]; in compute_ebb_actions() local
6776 bfd_vma offset = new_action->offset; in compute_ebb_actions()
6777 if (new_action->align_type == EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions()
6788 if (new_action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions()
6799 if (new_action->action == ta_narrow_insn in compute_ebb_actions()
6800 && !new_action->do_action in compute_ebb_actions()
6804 new_action->do_action = TRUE; in compute_ebb_actions()
6805 new_action->removed_bytes += 1; in compute_ebb_actions()
6809 if (new_action->action == ta_widen_insn in compute_ebb_actions()
6810 && new_action->do_action in compute_ebb_actions()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.pod1676 sigaction(SIGINT, $new_action, $old_action);