Home | History | Annotate | Download | only in gas

Lines Matching refs:next_state

2202   relax_substateT next_state;
2270 for (next_state = this_type->rlx_more; next_state;)
2272 next_state = 0;
2276 this_state = next_state;
2278 next_state = this_type->rlx_more;
2284 for (next_state = this_type->rlx_more; next_state;)
2286 next_state = 0;
2290 this_state = next_state;
2292 next_state = this_type->rlx_more;