Home | History | Annotate | Download | only in bfd

Lines Matching full:relocation

45 /* Relocation tables.  */
63 /* A 16 bit absolute relocation. */
78 /* A 32 bit absolute relocation. */
93 /* A 32 bit pc-relative relocation. */
108 /* A 16 bit pc-relative relocation. */
163 table *must* match the order of the relocation types defined in
243 /* Perform a single relocation. By default we use the standard BFD
253 bfd_vma relocation)
257 relocation, rel->r_addend);
320 bfd_vma relocation;
338 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
351 h, sec, relocation,
368 r = mt_elf_relocate_hi16 (input_bfd, rel, contents, relocation);
372 contents, rel, relocation);
399 msg = _("internal error: dangerous relocation");