Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c7102 offsetT max_distance = expr->X_add_number; in is_narrow_branch_guaranteed_in_range() local
7103 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address); in is_narrow_branch_guaranteed_in_range()
7110 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6) in is_narrow_branch_guaranteed_in_range()
7112 max_distance += unrelaxed_frag_max_size (fragP); in is_narrow_branch_guaranteed_in_range()
7115 if (max_distance <= MAX_IMMED6 && fragP == target_frag) in is_narrow_branch_guaranteed_in_range()