Home | History | Annotate | Download | only in bfd

Lines Matching refs:reloc

225 /* Map BFD reloc types to RX ELF reloc types.  */
301 /* Set the howto pointer for an RX ELF reloc. */
454 output file) adjusting the reloc addend as necessary.
456 This function does not have to worry about setting the reloc
457 address or the reloc symbol index.
636 anything, unless the reloc is against a section symbol,
669 _bfd_error_handler (_("%B:%A: Warning: deprecated Red Hat reloc " type " detected against: %s."), \
1073 /* Complex reloc handling: */
1263 _bfd_error_handler (_("Warning: RX_SYM reloc with an unknown symbol"));
1578 /* Get the new reloc address. */
1649 alignment relocs must be the first reloc for any given address. */
1691 /* If we do move a reloc back, re-scan to see if it
1731 /* Get the value of the symbol referred to by the reloc. */
1790 regular reloc processing. */
2152 relaxed, although each reloc may be made of more than one
2153 reloc entry (such as gp-rel symbols). */
2155 /* Get the value of the symbol referred to by the reloc. Just
2156 in case this is the last reloc in the list, use the RL's
2157 addend to choose between this reloc (no addend) or the next
2158 (yes addend, which means at least one following reloc). */
2161 actually the last reloc for a given operand, which is the one
2671 where the reloc is relative to the insn, and (2) how much
2699 much that we no longer fit this reloc; it *should*
2758 /* We snip out the bytes at the end else the reloc
2793 /* By moving the reloc first, we avoid having
2828 /* There's a displacement. See if there's a reloc for it. */
3336 rx_get_reloc (long reloc)
3338 if (0 <= reloc && reloc < R_RX_max)
3339 return rx_elf_howto_table[reloc].name;