Home
last modified time | relevance | path

Searched refs:fx_size (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/binutils/gas/
HDwrite.c155 fixP->fx_size = size; in fix_new_internal()
157 if (fixP->fx_size != size) in fix_new_internal()
1021 if (!fixP->fx_bit_fixP && !fixP->fx_no_overflow && fixP->fx_size != 0) in fixup_segment()
1023 if (fixP->fx_size < sizeof (valueT)) in fixup_segment()
1029 mask <<= fixP->fx_size * 8 - (fixP->fx_signed ? 1 : 0); in fixup_segment()
1040 buf2, fixP->fx_size, buf); in fixup_segment()
1048 && fixP->fx_size == 2 in fixup_segment()
1153 int fx_size, slack; in write_relocs() local
1159 fx_size = fixp->fx_size; in write_relocs()
1162 fx_size = fx_size > slack ? fx_size - slack : 0; in write_relocs()
[all …]
HDwrite.h71 unsigned char fx_size; member
HDehopt.c203 offset += fix->fx_size; in get_cie_info()
HDcgen.c966 length, fixP->fx_size,
HDChangeLog1129 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
HDChangeLog-9697140 * config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1.
142 (md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1.
HDChangeLog-92951119 is defined. Don't initialize fx_bsr. Verify that fx_size field
1123 fx_size to unsigned char.
3123 fx_size of 1, and abort on unrecognized sizes.
HDChangeLog-02036184 (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
/NextBSD/contrib/binutils/gas/config/
HDtc-s390.c2042 fixP->fx_size = 2;
2048 fixP->fx_size = 2;
2054 fixP->fx_size = 2;
2060 fixP->fx_size = 1;
2066 fixP->fx_size = 2;
2079 fixP->fx_size = 4;
HDtc-i386.c5737 md_number_to_chars (p, value, fixP->fx_size);
6312 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address; in md_pcrel_from()
6416 switch (fixp->fx_size)
6421 fixp->fx_size);
6434 switch (fixp->fx_size)
6439 fixp->fx_size);
6502 rel->addend = fixp->fx_offset - fixp->fx_size;
6506 - fixp->fx_size
HDtc-ppc.c5700 fixP->fx_size = 2; in md_apply_fix()
5715 fixP->fx_size = 2; in md_apply_fix()
5743 fixP->fx_size = 2; in md_apply_fix()
HDtc-arc.c1259 return fixP->fx_frag->fr_address + fixP->fx_where + fixP->fx_size; in md_pcrel_from()
HDtc-score.c5352 fixP->fx_size = 2; in md_apply_fix()
5398 fixP->fx_size = 4; in md_apply_fix()
HDtc-sparc.c3711 ret += fixP->fx_size;
HDtc-mips.c2885 ip->fixp[0]->fx_size, NULL, 0, in append_insn()
12147 assert (fixP->fx_size == 4 in md_apply_fix()
12251 md_number_to_chars ((char *) buf, *valP, fixP->fx_size); in md_apply_fix()
HDtc-ia64.c11649 number_to_chars_bigendian (fixpos, value, fix->fx_size);
11651 number_to_chars_littleendian (fixpos, value, fix->fx_size);
/NextBSD/contrib/binutils/gas/doc/
HDinternals.texi502 @item fx_size
/NextBSD/contrib/binutils/gas/po/
HDgas.pot13299 msgid "field fx_size too small to hold %d"