Lines Matching refs:outrel
1702 Elf_Internal_Rela outrel; in sh_elf64_relocate_section() local
1721 outrel.r_offset in sh_elf64_relocate_section()
1725 if (outrel.r_offset == (bfd_vma) -1) in sh_elf64_relocate_section()
1727 else if (outrel.r_offset == (bfd_vma) -2) in sh_elf64_relocate_section()
1730 outrel.r_offset += (input_section->output_section->vma in sh_elf64_relocate_section()
1734 memset (&outrel, 0, sizeof outrel); in sh_elf64_relocate_section()
1738 outrel.r_info = ELF64_R_INFO (h->dynindx, R_SH_64_PCREL); in sh_elf64_relocate_section()
1739 outrel.r_addend = rel->r_addend; in sh_elf64_relocate_section()
1750 outrel.r_info = ELF64_R_INFO (0, R_SH_RELATIVE64); in sh_elf64_relocate_section()
1751 outrel.r_addend = relocation + rel->r_addend; in sh_elf64_relocate_section()
1756 outrel.r_info = ELF64_R_INFO (h->dynindx, R_SH_64); in sh_elf64_relocate_section()
1757 outrel.r_addend = relocation + rel->r_addend; in sh_elf64_relocate_section()
1763 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc); in sh_elf64_relocate_section()
1913 Elf_Internal_Rela outrel; in sh_elf64_relocate_section() local
1919 outrel.r_offset = (sgot->output_section->vma in sh_elf64_relocate_section()
1922 outrel.r_info = ELF64_R_INFO (0, R_SH_RELATIVE64); in sh_elf64_relocate_section()
1923 outrel.r_addend = relocation; in sh_elf64_relocate_section()
1926 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc); in sh_elf64_relocate_section()