Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c5554 nds32_adjust_relaxable_frag (fragS *startP, fragS *fragP) in nds32_adjust_relaxable_frag() argument
5557 if (startP->tc_frag_data.flag & NDS32_FRAG_RELAXED) in nds32_adjust_relaxable_frag()
5562 startP->tc_frag_data.flag ^= NDS32_FRAG_RELAXED; in nds32_adjust_relaxable_frag()
5564 while (startP) in nds32_adjust_relaxable_frag()
5566 startP = startP->fr_next; in nds32_adjust_relaxable_frag()
5567 if (startP) in nds32_adjust_relaxable_frag()
5569 startP->fr_address += adj; in nds32_adjust_relaxable_frag()
5570 if (startP == fragP) in nds32_adjust_relaxable_frag()