Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c5727 fragS *current_fragP; local
5729 for (current_fragP = fragP;
5730 current_fragP;
5731 current_fragP = current_fragP->fr_next)
5733 if (current_fragP->tc_frag_data.is_loop_target
5734 && current_fragP != current_target)
5737 offset += unrelaxed_frag_min_size (current_fragP);
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c7423 fragS *current_fragP; in min_bytes_to_other_loop_end() local
7425 for (current_fragP = fragP; in min_bytes_to_other_loop_end()
7426 current_fragP; in min_bytes_to_other_loop_end()
7427 current_fragP = current_fragP->fr_next) in min_bytes_to_other_loop_end()
7429 if (current_fragP->tc_frag_data.is_loop_target in min_bytes_to_other_loop_end()
7430 && current_fragP != current_target) in min_bytes_to_other_loop_end()
7433 offset += unrelaxed_frag_min_size (current_fragP); in min_bytes_to_other_loop_end()