HomeSort by relevance Sort by last modified time
    Searched refs:rlx_state (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-xgate.c 577 relax_substateT rlx_state[] = { 0, 2 }; local
579 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
581 if (fragp->fr_subtype == rlx_state[subtype]
585 fragp->fr_subtype = rlx_state[subtype + 1];
    [all...]
tc-crx.c 379 relax_substateT rlx_state[] = {0, 2, local
383 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
385 if (fragp->fr_subtype == rlx_state[subtype]
389 fragp->fr_subtype = rlx_state[subtype + 1];
    [all...]
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];
    [all...]

Completed in 57 milliseconds