Lines Matching refs:relocation

77   /* A 32 bit absolute relocation.  */
92 /* A 16 bit absolute relocation. */
107 /* An 8 bit absolute relocation. */
122 /* A 32 bit pc-relative relocation. */
137 /* A 16 bit pc-relative relocation. */
152 /* An 8 bit pc-relative relocation. */
167 /* A 12-bit pc-relative relocation suitable for the branch instructions. */
182 /* A 24-bit absolute relocation suitable for the jump instructions. */
197 /* A 16 bit absolute relocation to a function pointer. */
242 /* A 12 bit absolute relocation. */
375 bfd_vma relocation, x;
387 relocation = 0;
389 relocation = symbol->value;
391 relocation += symbol->section->output_section->vma;
392 relocation += symbol->section->output_offset;
393 relocation += reloc_entry->addend;
397 x |= relocation & 0xff;
398 x |= (relocation << 8) & 0xffff0000;
401 if (relocation & ~ (bfd_vma) 0xffffff)
457 /* This relocation describes a 16-bit pointer to a function.
518 /* This relocation describes the C++ object vtable hierarchy.
525 /* This relocation describes which C++ vtable entries are actually
824 bfd_vma relocation;
845 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
853 h, sec, relocation,
871 bfd_vma reloc = relocation + rel->r_addend;
896 if (relocation <= 0xffff)
915 x |= relocation & 0xff;
916 x |= (relocation << 8) & 0xffff0000;
921 relocation = (splt->output_section->vma
927 relocation, 0);
934 relocation, rel->r_addend);
961 msg = _("internal error: unsupported relocation error");
965 msg = _("internal error: dangerous relocation");
1015 relocation. */