Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/
H A Dwrite.c153 fixS *fixP; in fix_new_internal() local
194 fixP->fx_file = as_where (&fixP->fx_line); in fix_new_internal()
223 return fixP; in fix_new_internal()
918 for (; fixP; fixP = fixP->fx_next) in fixup_segment()
936 for (; fixP; fixP = fixP->fx_next) in fixup_segment()
1011 as_bad_where (fixP->fx_file, fixP->fx_line, in fixup_segment()
1014 as_bad_where (fixP->fx_file, fixP->fx_line, in fixup_segment()
1060 if (!fixP->fx_done && fixP->fx_addsy == NULL) in fixup_segment()
1082 if (!fixP->fx_bit_fixP && !fixP->fx_no_overflow && fixP->fx_size != 0) in fixup_segment()
1099 as_bad_where (fixP->fx_file, fixP->fx_line, in fixup_segment()
[all …]
H A Dobj.h24 void obj_emit_relocations (char **where, fixS * fixP,
/dragonfly/contrib/binutils-2.34/gas/
H A Dwrite.c155 fixS *fixP; in fix_new_internal() local
194 fixP->fx_file = as_where (&fixP->fx_line); in fix_new_internal()
223 return fixP; in fix_new_internal()
930 for (; fixP; fixP = fixP->fx_next) in fixup_segment()
948 for (; fixP; fixP = fixP->fx_next) in fixup_segment()
1023 as_bad_where (fixP->fx_file, fixP->fx_line, in fixup_segment()
1026 as_bad_where (fixP->fx_file, fixP->fx_line, in fixup_segment()
1072 if (!fixP->fx_done && fixP->fx_addsy == NULL) in fixup_segment()
1094 if (!fixP->fx_no_overflow && fixP->fx_size != 0) in fixup_segment()
1111 as_bad_where (fixP->fx_file, fixP->fx_line, in fixup_segment()
[all …]
H A Dobj.h24 void obj_emit_relocations (char **where, fixS * fixP,
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c6911 fixS *fixP; in output_jump() local
7314 fixS *fixP; in output_disp() local
9221 fixS *fixP; in md_estimate_size_before_relax() local
9381 char *p = fixP->fx_where + fixP->fx_frag->fr_literal; in md_apply_fix()
9385 if (fixP->fx_pcrel) in md_apply_fix()
9425 value += fixP->fx_where + fixP->fx_frag->fr_address; in md_apply_fix()
9441 value += fixP->fx_where + fixP->fx_frag->fr_address; in md_apply_fix()
9512 fixP->fx_done = 0; in md_apply_fix()
9517 fixP->fx_done = 0; in md_apply_fix()
9531 else if (fixP->fx_addsy != NULL && S_IS_WEAK (fixP->fx_addsy)) in md_apply_fix()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c8001 fixS *fixP; in output_jump() local
8989 fixS *fixP; in output_disp() local
11312 fixS *fixP; in md_estimate_size_before_relax() local
11572 char *p = fixP->fx_where + fixP->fx_frag->fr_literal; in md_apply_fix()
11616 value += fixP->fx_where + fixP->fx_frag->fr_address; in md_apply_fix()
11632 value += fixP->fx_where + fixP->fx_frag->fr_address; in md_apply_fix()
11675 if (fixP->fx_pcrel) in md_apply_fix()
11705 fixP->fx_done = 0; in md_apply_fix()
11710 fixP->fx_done = 0; in md_apply_fix()
11724 else if (fixP->fx_addsy != NULL && S_IS_WEAK (fixP->fx_addsy)) in md_apply_fix()
[all …]