Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-alpha.c5209 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local
5246 md_number_to_chars (fixpos, value, 2); in md_apply_fix()
5269 md_number_to_chars (fixpos, value, size); in md_apply_fix()
5279 md_number_to_chars (fixpos, -alpha_gp_value, 4); in md_apply_fix()
5292 image = bfd_getl32 (fixpos); in md_apply_fix()
5301 image = bfd_getl32 (fixpos); in md_apply_fix()
5328 md_number_to_chars (fixpos, value, 2); in md_apply_fix()
5361 image = bfd_getl32 (fixpos); in md_apply_fix()
5378 md_number_to_chars (fixpos, image, 4); in md_apply_fix()
HDtc-ia64.c11528 char *fixpos; local
11532 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot);
11535 t0 = bfd_getl64 (fixpos);
11536 t1 = bfd_getl64 (fixpos + 8);
11574 number_to_chars_littleendian (fixpos + 0, t0, 8);
11575 number_to_chars_littleendian (fixpos + 8, t1, 8);
11591 char *fixpos; local
11594 fixpos = fix->fx_frag->fr_literal + fix->fx_where;
11649 number_to_chars_bigendian (fixpos, value, fix->fx_size);
11651 number_to_chars_littleendian (fixpos, value, fix->fx_size);