Home | History | Annotate | Download | only in config

Lines Matching refs:fixups

94 /*  Set linkrelax here to avoid fixups in most sections.  */
99 /* Fixups. */
108 struct mn10300_fixup fixups[MAX_INSN_FIXUPS];
1756 as_fatal (_("too many fixups"));
1757 fixups[fc].exp = ex;
1758 fixups[fc].opindex = *opindex_ptr;
1759 fixups[fc].reloc = BFD_RELOC_UNUSED;
1760 if (mn10300_check_fixup (& fixups[fc]))
1919 opindex_converter.opindex = fixups[0].opindex;
1921 fixups[0].exp.X_add_symbol,
1922 fixups[0].exp.X_add_number,
2060 /* Create any fixups. */
2066 operand = &mn10300_operands[fixups[i].opindex];
2067 if (fixups[i].reloc != BFD_RELOC_UNUSED
2068 && fixups[i].reloc != BFD_RELOC_32_GOT_PCREL
2069 && fixups[i].reloc != BFD_RELOC_32_GOTOFF
2070 && fixups[i].reloc != BFD_RELOC_32_PLT_PCREL
2071 && fixups[i].reloc != BFD_RELOC_MN10300_TLS_GD
2072 && fixups[i].reloc != BFD_RELOC_MN10300_TLS_LD
2073 && fixups[i].reloc != BFD_RELOC_MN10300_TLS_LDO
2074 && fixups[i].reloc != BFD_RELOC_MN10300_TLS_GOTIE
2075 && fixups[i].reloc != BFD_RELOC_MN10300_TLS_IE
2076 && fixups[i].reloc != BFD_RELOC_MN10300_TLS_LE
2077 && fixups[i].reloc != BFD_RELOC_MN10300_GOT32)
2083 fixups[i].reloc);
2095 reloc_size, &fixups[i].exp,
2097 fixups[i].reloc);
2105 if (fixups[i].reloc != BFD_RELOC_UNUSED)
2106 reloc = fixups[i].reloc;
2150 reloc_size / 8, &fixups[i].exp, pcrel,