Searched refs:fixpos (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mn10300.c | 2237 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 2245 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 2249 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 2253 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 2257 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 2329 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; in md_apply_fix() local 2394 md_number_to_chars (fixpos, value, size); in md_apply_fix()
|
D | tc-msp430.c | 3559 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 3567 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 3571 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 3575 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 3579 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 3599 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() 3601 md_number_to_chars (fixpos, amount, 2); in tc_gen_reloc()
|
D | tc-alpha.c | 5731 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5768 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5791 md_number_to_chars (fixpos, value, size); in md_apply_fix() 5801 md_number_to_chars (fixpos, -alpha_gp_value, 4); in md_apply_fix() 5814 image = bfd_getl32 (fixpos); in md_apply_fix() 5823 image = bfd_getl32 (fixpos); in md_apply_fix() 5850 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5918 image = bfd_getl32(fixpos); in md_apply_fix() 5956 image = bfd_getl32 (fixpos); in md_apply_fix() 5973 md_number_to_chars (fixpos, image, 4); in md_apply_fix()
|
D | tc-ia64.c | 11420 char *fixpos; in fix_insn() local 11424 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot); in fix_insn() 11427 t0 = bfd_getl64 (fixpos); in fix_insn() 11428 t1 = bfd_getl64 (fixpos + 8); in fix_insn() 11466 number_to_chars_littleendian (fixpos + 0, t0, 8); in fix_insn() 11467 number_to_chars_littleendian (fixpos + 8, t1, 8); in fix_insn() 11480 char *fixpos; in md_apply_fix() local 11483 fixpos = fix->fx_frag->fr_literal + fix->fx_where; in md_apply_fix() 11574 number_to_chars_bigendian (fixpos, value, fix->fx_size); in md_apply_fix() 11576 number_to_chars_littleendian (fixpos, value, fix->fx_size); in md_apply_fix()
|
D | tc-hppa.c | 1743 char *fixpos; in md_apply_fix() local 1787 fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() 1792 number_to_chars_bigendian (fixpos, *valP, fixP->fx_size); in md_apply_fix() 1796 insn = bfd_get_32 (stdoutput, fixpos); in md_apply_fix() 1985 bfd_put_32 (stdoutput, insn, fixpos); in md_apply_fix()
|
D | tc-xtensa.c | 5078 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in xg_apply_fix_value() local 5090 xtensa_insnbuf_from_chars (isa, insnbuf, (unsigned char *) fixpos, 0); in xg_apply_fix_value() 5110 xtensa_insnbuf_to_chars (isa, insnbuf, (unsigned char *) fixpos, 0); in xg_apply_fix_value() 5848 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5902 md_number_to_chars (fixpos, val, fixP->fx_size); in md_apply_fix() 5911 md_number_to_chars (fixpos, 0, fixP->fx_size); in md_apply_fix()
|