Searched refs:offset_reloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c1250 static bfd_reloc_code_real_type offset_reloc[3]
1998 offset_reloc[0] = BFD_RELOC_UNUSED;
1999 offset_reloc[1] = BFD_RELOC_UNUSED;
2000 offset_reloc[2] = BFD_RELOC_UNUSED;
2031 append_insn (&insn, &offset_expr, offset_reloc);
7888 the offset_reloc[0] is set to BFD_RELOC_GPREL16. Use this relocation
7890 if (offset_reloc[0] == BFD_RELOC_UNUSED)
7891 offset_reloc[0] = BFD_RELOC_LO16;
7899 treg, offset_reloc[0], breg);
7905 macro_build (&offset_expr, s, "t,o(b)", tempreg, offset_reloc[
1243 static bfd_reloc_code_real_type offset_reloc[3] variable
[all...]

Completed in 112 milliseconds