HomeSort by: relevance | last modified time | path
    Searched defs:rlx_state (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 349 relax_substateT rlx_state[] = {0, 2, local
353 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
355 if (fragp->fr_subtype == rlx_state[subtype]
359 fragp->fr_subtype = rlx_state[subtype + 1];
tc-xgate.c 574 relax_substateT rlx_state[] = { 0, 2 }; local
576 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
578 if (fragp->fr_subtype == rlx_state[subtype]
582 fragp->fr_subtype = rlx_state[subtype + 1];
tc-cr16.c 616 relax_substateT rlx_state[] = {0, 2}; local
618 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
620 if (fragp->fr_subtype == rlx_state[subtype]
624 fragp->fr_subtype = rlx_state[subtype + 1];
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 349 relax_substateT rlx_state[] = {0, 2, local
353 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
355 if (fragp->fr_subtype == rlx_state[subtype]
359 fragp->fr_subtype = rlx_state[subtype + 1];
tc-xgate.c 574 relax_substateT rlx_state[] = { 0, 2 }; local
576 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
578 if (fragp->fr_subtype == rlx_state[subtype]
582 fragp->fr_subtype = rlx_state[subtype + 1];
tc-cr16.c 619 relax_substateT rlx_state[] = {0, 2}; local
621 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
623 if (fragp->fr_subtype == rlx_state[subtype]
627 fragp->fr_subtype = rlx_state[subtype + 1];

Completed in 21 milliseconds