Lines Matching refs:action_count
6230 unsigned action_count; member
6469 if (c->action_allocated <= c->action_count) in ebb_propose_action()
6474 new_allocated = (c->action_count + 2) * 2; in ebb_propose_action()
6478 for (i = 0; i < c->action_count; i++) in ebb_propose_action()
6486 act = &c->actions[c->action_count]; in ebb_propose_action()
6494 c->action_count++; in ebb_propose_action()
7594 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++) in compute_ebb_actions()
7609 for (i = seg_idx_start; i < ebb_table->action_count; i++) in compute_ebb_actions()
7628 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable) in compute_ebb_actions()
7714 for (i = 0; i < ebb_table->action_count; i++) in compute_ebb_actions()
7723 for (j = i + 1; j < ebb_table->action_count; j++) in compute_ebb_actions()
7786 for (i = 0; i < ebb_table->action_count; ++i) in compute_ebb_actions()
7800 BFD_ASSERT (ebb_table->action_count != 0); in compute_ebb_actions()
7801 action = &ebb_table->actions[ebb_table->action_count - 1]; in compute_ebb_actions()
8038 for (j = 0; j < constraint->action_count; ++j) in check_section_ebb_pcrels_fit()
8104 for (i = 0; i < constraint->action_count; i++) in check_section_ebb_reduces()
8124 for (i = 0; i < ebb_table->action_count; i++) in text_action_add_proposed()