Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/
Dmpw-make.sed3 /^# @target_frag@/a\
DChangeLog-96971087 target_frag.
1088 * Makefile.am: Remove @target_frag@.
DChangeLog-9295832 (target_frag): Removed an extraneous PPC definition.
4369 * configure.in: If target_frag doesn't exist, use /dev/null.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-xtensa.c3681 fragS *target_frag; in is_branch_jmp_to_next() local
3711 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() local
7098 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()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c3343 fragS *target_frag; local
3374 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)
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-96971087 target_frag.
1088 * Makefile.am: Remove @target_frag@.
DChangeLog-9295832 (target_frag): Removed an extraneous PPC definition.
4369 * configure.in: If target_frag doesn't exist, use /dev/null.