Home | History | Annotate | Download | only in config

Lines Matching refs:reloc

1313    given a PC relative reloc.  */
1332 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
1333 Returns BFD_RELOC_NONE if no reloc type can be found.
1684 bfd_reloc_code_real_type reloc;
1692 DPRINTF1 ("\tSkipping reloc that has already been done\n");
1698 DPRINTF1 ("\tSkipping reloc that is PC relative\n");
1704 DPRINTF1 ("\tSkipping reloc without symbol\n");
1711 reloc = fixp->fx_r_type;
1717 reloc = md_cgen_lookup_reloc (insn, operand, fixp);
1720 DPRINTF3 ("\treloc %s\t%s", bfd_get_reloc_code_name (reloc), S_GET_NAME (s));
1723 switch (reloc)
1779 bfd_get_reloc_code_name (reloc), frv_pic_flag);