Lines Matching refs:action_count
6482 unsigned action_count; member
6726 if (c->action_allocated <= c->action_count) in ebb_propose_action()
6731 new_allocated = (c->action_count + 2) * 2; in ebb_propose_action()
6735 for (i = 0; i < c->action_count; i++) in ebb_propose_action()
6742 act = &c->actions[c->action_count]; in ebb_propose_action()
6750 c->action_count++; in ebb_propose_action()
8127 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++) in compute_ebb_actions()
8142 for (i = seg_idx_start; i < ebb_table->action_count; i++) in compute_ebb_actions()
8161 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable) in compute_ebb_actions()
8247 for (i = 0; i < ebb_table->action_count; i++) in compute_ebb_actions()
8256 for (j = i + 1; j < ebb_table->action_count; j++) in compute_ebb_actions()
8319 for (i = 0; i < ebb_table->action_count; ++i) in compute_ebb_actions()
8333 BFD_ASSERT (ebb_table->action_count != 0); in compute_ebb_actions()
8334 action = &ebb_table->actions[ebb_table->action_count - 1]; in compute_ebb_actions()
8551 if (relevant_relocs && constraint->action_count) in check_section_ebb_pcrels_fit()
8563 for (i = 1; i < constraint->action_count; ++i) in check_section_ebb_pcrels_fit()
8639 for (j = 0; j < constraint->action_count; ++j) in check_section_ebb_pcrels_fit()
8713 for (i = 0; i < constraint->action_count; i++) in check_section_ebb_reduces()
8733 for (i = 0; i < ebb_table->action_count; i++) in text_action_add_proposed()