Home | History | Annotate | Download | only in bfd

Lines Matching full:outrel

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