Lines Matching refs:reloc
75 short unsigned int reloc;
4139 int reloc = -1;
4150 reloc = BFD_RELOC_NDS32_GOTOFF_HI20;
4153 reloc = BFD_RELOC_NDS32_GOT_HI20;
4159 reloc = BFD_RELOC_NDS32_PLT_GOTREL_HI20;
4162 reloc = BFD_RELOC_NDS32_GOTPC_HI20;
4165 reloc = BFD_RELOC_NDS32_TLS_LE_HI20;
4168 reloc = BFD_RELOC_NDS32_TLS_IE_HI20;
4171 reloc = BFD_RELOC_NDS32_HI20;
4175 insn->info, 0 /* pcrel */, reloc);
4186 reloc = BFD_RELOC_NDS32_GOTOFF_LO12;
4189 reloc = BFD_RELOC_NDS32_GOT_LO12;
4195 reloc = BFD_RELOC_NDS32_PLT_GOTREL_LO12;
4198 reloc = BFD_RELOC_NDS32_GOTPC_LO12;
4201 reloc = BFD_RELOC_NDS32_TLS_LE_LO12;
4204 reloc = BFD_RELOC_NDS32_LO12S0;
4209 reloc = BFD_RELOC_NDS32_LO12S1; /* [ls]hi */
4216 reloc = BFD_RELOC_NDS32_TLS_IE_LO12S2;
4219 reloc = BFD_RELOC_NDS32_LO12S2;
4224 reloc = BFD_RELOC_NDS32_LO12S3; /* [ls]di */
4226 reloc = R_NDS32_LO12S2_SP_RELA; /* f[ls][sd]i */
4229 insn->info, 0 /* pcrel */, reloc);
4236 reloc = BFD_RELOC_NDS32_25_PCREL;
4238 reloc = BFD_RELOC_NDS32_17_PCREL;
4240 reloc = BFD_RELOC_NDS32_15_PCREL;
4242 reloc = BFD_RELOC_NDS32_WORD_9_PCREL;
4247 insn->info, 1 /* pcrel */, reloc);
4254 reloc = BFD_RELOC_NDS32_SDA19S0;
4256 reloc = BFD_RELOC_NDS32_SDA18S1;
4258 reloc = BFD_RELOC_NDS32_SDA17S2;
4263 insn->info, 0 /* pcrel */, reloc);
4268 if (in_omit_fp && reloc == BFD_RELOC_NDS32_SDA17S2)
4278 reloc = BFD_RELOC_NDS32_9_PCREL;
4283 insn->info, 1 /* pcrel */, reloc);
4289 reloc = BFD_RELOC_NDS32_10IFCU_PCREL;
4292 reloc = BFD_RELOC_NDS32_17IFC_PCREL;
4297 insn->info, 1 /* pcrel */, reloc);
6495 arelent *reloc;
6498 reloc = (arelent *) xmalloc (sizeof (arelent));
6500 reloc->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
6501 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy);
6502 reloc->address = fixP->fx_frag->fr_address + fixP->fx_where;
6506 reloc->howto = bfd_reloc_type_lookup (stdoutput, code);
6507 if (reloc->howto == (reloc_howto_type *) NULL)
6510 _("internal error: can't export reloc type %d (`%s')"),
6522 reloc->addend = fixP->fx_offset;
6528 reloc->addend = fixP->fx_size;
6532 return reloc;
6576 exprP->X_md = suffix_table[i].reloc;