Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c378 relax_substateT rlx_state[] = {0, 2, in md_estimate_size_before_relax() local
382 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2) in md_estimate_size_before_relax()
384 if (fragp->fr_subtype == rlx_state[subtype] in md_estimate_size_before_relax()
388 fragp->fr_subtype = rlx_state[subtype + 1]; in md_estimate_size_before_relax()