Searched refs:max_distance (Results 1 – 1 of 1) sorted by relevance
7102 offsetT max_distance = expr->X_add_number; in is_narrow_branch_guaranteed_in_range() local7103 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()