Lines Matching refs:outrel
3487 Elf_Internal_Rela outrel; in tilegx_elf_relocate_section() local
3494 outrel.r_offset = (htab->elf.sgot->output_section->vma in tilegx_elf_relocate_section()
3497 outrel.r_info = in tilegx_elf_relocate_section()
3499 outrel.r_addend = relocation; in tilegx_elf_relocate_section()
3501 tilegx_elf_append_rela (output_bfd, s, &outrel); in tilegx_elf_relocate_section()
3629 Elf_Internal_Rela outrel; in tilegx_elf_relocate_section() local
3640 outrel.r_offset = in tilegx_elf_relocate_section()
3643 if (outrel.r_offset == (bfd_vma) -1) in tilegx_elf_relocate_section()
3645 else if (outrel.r_offset == (bfd_vma) -2) in tilegx_elf_relocate_section()
3647 outrel.r_offset += (input_section->output_section->vma in tilegx_elf_relocate_section()
3667 memset (&outrel, 0, sizeof outrel); in tilegx_elf_relocate_section()
3678 outrel.r_info = TILEGX_ELF_R_INFO (htab, rel, h->dynindx, r_type); in tilegx_elf_relocate_section()
3679 outrel.r_addend = rel->r_addend; in tilegx_elf_relocate_section()
3685 outrel.r_info = TILEGX_ELF_R_INFO (htab, NULL, 0, in tilegx_elf_relocate_section()
3687 outrel.r_addend = relocation + rel->r_addend; in tilegx_elf_relocate_section()
3693 outrel.r_addend = relocation + rel->r_addend; in tilegx_elf_relocate_section()
3736 outrel.r_info = TILEGX_ELF_R_INFO (htab, rel, indx, in tilegx_elf_relocate_section()
3741 tilegx_elf_append_rela (output_bfd, sreloc, &outrel); in tilegx_elf_relocate_section()
3758 Elf_Internal_Rela outrel; in tilegx_elf_relocate_section() local
3763 outrel.r_offset = in tilegx_elf_relocate_section()
3766 if (outrel.r_offset == (bfd_vma) -1) in tilegx_elf_relocate_section()
3768 else if (outrel.r_offset == (bfd_vma) -2) in tilegx_elf_relocate_section()
3770 outrel.r_offset += (input_section->output_section->vma in tilegx_elf_relocate_section()
3773 memset (&outrel, 0, sizeof outrel); in tilegx_elf_relocate_section()
3776 outrel.r_info = TILEGX_ELF_R_INFO (htab, NULL, 0, r_type); in tilegx_elf_relocate_section()
3777 outrel.r_addend = relocation - dtpoff_base (info) in tilegx_elf_relocate_section()
3781 tilegx_elf_append_rela (output_bfd, sreloc, &outrel); in tilegx_elf_relocate_section()
3847 Elf_Internal_Rela outrel; in tilegx_elf_relocate_section() local
3886 outrel.r_offset = (htab->elf.sgot->output_section->vma in tilegx_elf_relocate_section()
3888 outrel.r_addend = 0; in tilegx_elf_relocate_section()
3890 outrel.r_addend = relocation - dtpoff_base (info); in tilegx_elf_relocate_section()
3891 outrel.r_info = TILEGX_ELF_R_INFO (htab, NULL, indx, in tilegx_elf_relocate_section()
3893 tilegx_elf_append_rela (output_bfd, htab->elf.srelgot, &outrel); in tilegx_elf_relocate_section()
3908 outrel.r_offset = (htab->elf.sgot->output_section->vma in tilegx_elf_relocate_section()
3910 outrel.r_addend = 0; in tilegx_elf_relocate_section()
3911 outrel.r_info = TILEGX_ELF_R_INFO (htab, NULL, indx, in tilegx_elf_relocate_section()
3915 tilegx_elf_append_rela (output_bfd, htab->elf.srelgot, &outrel); in tilegx_elf_relocate_section()
3929 outrel.r_info = TILEGX_ELF_R_INFO (htab, NULL, indx, in tilegx_elf_relocate_section()
3931 outrel.r_offset += TILEGX_ELF_WORD_BYTES (htab); in tilegx_elf_relocate_section()
3932 tilegx_elf_append_rela (output_bfd, htab->elf.srelgot, &outrel); in tilegx_elf_relocate_section()