Searched refs:target_frag (Results 1 – 7 of 7) sorted by relevance
3 /^# @target_frag@/a\
1087 target_frag.1088 * Makefile.am: Remove @target_frag@.
832 (target_frag): Removed an extraneous PPC definition.4369 * configure.in: If target_frag doesn't exist, use /dev/null.
3681 fragS *target_frag; in is_branch_jmp_to_next() local3711 target_frag = symbol_get_frag (sym); in is_branch_jmp_to_next()3712 if (target_frag == NULL) in is_branch_jmp_to_next()3715 if (is_next_frag_target (fragP->fr_next, target_frag) in is_branch_jmp_to_next()3716 && S_GET_VALUE (sym) == target_frag->fr_address) in is_branch_jmp_to_next()7093 fragS *target_frag; in is_narrow_branch_guaranteed_in_range() local7098 target_frag = symbol_get_frag (symbolP); in is_narrow_branch_guaranteed_in_range()7100 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address); in is_narrow_branch_guaranteed_in_range()7107 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6) in is_narrow_branch_guaranteed_in_range()7112 if (max_distance <= MAX_IMMED6 && fragP == target_frag) in is_narrow_branch_guaranteed_in_range()
3343 fragS *target_frag; local3374 target_frag = symbol_get_frag (sym);3375 if (target_frag == NULL)3378 if (is_next_frag_target (fragP->fr_next, target_frag) 3379 && S_GET_VALUE (sym) == target_frag->fr_address)