Home | History | Annotate | Download | only in config

Lines Matching refs:reloc

1832 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
1833 Returns BFD_RELOC_NONE if no reloc type can be found.
1847 enum bfd_reloc_code_real reloc = fixP->fx_cgen.opinfo;
1850 /* If there's a reloc here, it's because the parser saw a %foo() and
1851 is giving us the correct reloc to use, or because we converted to
1852 a different size reloc below and want to avoid "converting" more
1854 if (reloc && reloc != BFD_RELOC_NONE)
1855 return reloc;
1931 /* Return BFD reloc type from opinfo field in a fixS.
1937 the corresponding LO16 reloc. This is called before md_apply_fix and