Home | History | Annotate | Download | only in bfd

Lines Matching full:relocation

50   /* A 16 bit absolute relocation.  */
65 /* A 32 bit absolute relocation. */
188 /* A 32 bit absolute debug relocation. */
249 bfd_vma relocation;
262 relocation = 0;
264 relocation = symbol->value;
266 relocation += symbol->section->output_section->vma;
267 relocation += symbol->section->output_offset;
268 relocation += reloc_entry->addend;
271 if (relocation & 0x8000)
279 if (relocation & 0x8000)
346 table *must* match the order of the relocation types defined in
404 /* Perform a single relocation. By default we use the standard BFD
413 bfd_vma relocation)
417 relocation, rel->r_addend);
492 /* This relocation describes the C++ object vtable
499 /* This relocation describes which C++ vtable entries
591 bfd_vma relocation;
617 /* This relocation is relative to a section symbol that is
623 relocation = (sec->output_section->vma
638 h, sec, relocation,
654 r = iq2000_elf_relocate_hi16 (input_bfd, rel, contents, relocation);
658 r = iq2000_elf_relocate_offset16 (input_bfd, rel, contents, relocation,
670 contents, rel, relocation);
696 msg = _("internal error: unsupported relocation error");
700 msg = _("internal error: dangerous relocation");
723 relocation. */