Home | History | Annotate | Download | only in bfd

Lines Matching defs:reloc

28 /* Handle the R_XSTORMY16_24 reloc, which has an odd bit arrangement.  */
73 /* This reloc does nothing. */
304 /* Map BFD reloc types to XSTORMY16 ELF reloc types. */
377 /* Set the howto pointer for an XSTORMY16 ELF reloc. */
456 (info, _("non-zero addend in @fptr reloc"), 0,
746 output file) adjusting the reloc addend as necessary.
748 This function does not have to worry about setting the reloc
749 address or the reloc symbol index.
852 bfd_vma reloc = relocation + rel->r_addend;
857 x |= reloc & 0xff;
858 x |= (reloc << 8) & 0xffff0000;
861 if (reloc & ~0xffffff)