Lines Matching refs:relocation
243 bfd_vma relocation; in fr30_elf_i20_reloc() local
260 relocation = in fr30_elf_i20_reloc()
266 if (relocation > (((bfd_vma) 1 << 20) - 1)) in fr30_elf_i20_reloc()
270 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4); in fr30_elf_i20_reloc()
287 bfd_vma relocation; in fr30_elf_i32_reloc() local
303 relocation = in fr30_elf_i32_reloc()
309 bfd_put_32 (abfd, relocation, (char *) data + reloc_entry->address + 2); in fr30_elf_i32_reloc()
399 bfd_vma relocation) in fr30_final_link_relocate() argument
409 relocation += rel->r_addend; in fr30_final_link_relocate()
411 if (relocation > ((1 << 20) - 1)) in fr30_final_link_relocate()
415 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4); in fr30_final_link_relocate()
421 relocation += rel->r_addend; in fr30_final_link_relocate()
422 bfd_put_32 (input_bfd, relocation, contents); in fr30_final_link_relocate()
427 srel = (bfd_signed_vma) relocation; in fr30_final_link_relocate()
444 srel = (bfd_signed_vma) relocation; in fr30_final_link_relocate()
464 relocation, rel->r_addend); in fr30_final_link_relocate()
526 bfd_vma relocation; in fr30_elf_relocate_section() local
548 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel); in fr30_elf_relocate_section()
560 h, sec, relocation, in fr30_elf_relocate_section()
574 contents, rel, relocation); in fr30_elf_relocate_section()