Lines Matching refs:outrel

3115 		      Elf_Internal_Rela outrel;  in tilepro_elf_relocate_section()  local
3122 outrel.r_offset = (htab->elf.sgot->output_section->vma in tilepro_elf_relocate_section()
3125 outrel.r_info = ELF32_R_INFO (0, R_TILEPRO_RELATIVE); in tilepro_elf_relocate_section()
3126 outrel.r_addend = relocation; in tilepro_elf_relocate_section()
3128 tilepro_elf_append_rela_32 (output_bfd, s, &outrel); in tilepro_elf_relocate_section()
3226 Elf_Internal_Rela outrel; in tilepro_elf_relocate_section() local
3237 outrel.r_offset = in tilepro_elf_relocate_section()
3240 if (outrel.r_offset == (bfd_vma) -1) in tilepro_elf_relocate_section()
3242 else if (outrel.r_offset == (bfd_vma) -2) in tilepro_elf_relocate_section()
3244 outrel.r_offset += (input_section->output_section->vma in tilepro_elf_relocate_section()
3263 memset (&outrel, 0, sizeof outrel); in tilepro_elf_relocate_section()
3274 outrel.r_info = ELF32_R_INFO (h->dynindx, r_type); in tilepro_elf_relocate_section()
3275 outrel.r_addend = rel->r_addend; in tilepro_elf_relocate_section()
3281 outrel.r_info = ELF32_R_INFO (0, R_TILEPRO_RELATIVE); in tilepro_elf_relocate_section()
3282 outrel.r_addend = relocation + rel->r_addend; in tilepro_elf_relocate_section()
3288 outrel.r_addend = relocation + rel->r_addend; in tilepro_elf_relocate_section()
3331 outrel.r_info = ELF32_R_INFO (indx, r_type); in tilepro_elf_relocate_section()
3335 tilepro_elf_append_rela_32 (output_bfd, sreloc, &outrel); in tilepro_elf_relocate_section()
3354 Elf_Internal_Rela outrel; in tilepro_elf_relocate_section() local
3359 outrel.r_offset = in tilepro_elf_relocate_section()
3362 if (outrel.r_offset == (bfd_vma) -1) in tilepro_elf_relocate_section()
3364 else if (outrel.r_offset == (bfd_vma) -2) in tilepro_elf_relocate_section()
3366 outrel.r_offset += (input_section->output_section->vma in tilepro_elf_relocate_section()
3369 memset (&outrel, 0, sizeof outrel); in tilepro_elf_relocate_section()
3372 outrel.r_info = ELF32_R_INFO (0, r_type); in tilepro_elf_relocate_section()
3373 outrel.r_addend = relocation - dtpoff_base (info) in tilepro_elf_relocate_section()
3377 tilepro_elf_append_rela_32 (output_bfd, sreloc, &outrel); in tilepro_elf_relocate_section()
3445 Elf_Internal_Rela outrel; in tilepro_elf_relocate_section() local
3487 outrel.r_offset = (htab->elf.sgot->output_section->vma in tilepro_elf_relocate_section()
3489 outrel.r_addend = 0; in tilepro_elf_relocate_section()
3491 outrel.r_addend = relocation - dtpoff_base (info); in tilepro_elf_relocate_section()
3492 outrel.r_info = ELF32_R_INFO (indx, R_TILEPRO_TLS_TPOFF32); in tilepro_elf_relocate_section()
3494 &outrel); in tilepro_elf_relocate_section()
3510 outrel.r_offset = (htab->elf.sgot->output_section->vma in tilepro_elf_relocate_section()
3512 outrel.r_addend = 0; in tilepro_elf_relocate_section()
3513 outrel.r_info = ELF32_R_INFO (indx, R_TILEPRO_TLS_DTPMOD32); in tilepro_elf_relocate_section()
3516 &outrel); in tilepro_elf_relocate_section()
3530 outrel.r_info = ELF32_R_INFO (indx, in tilepro_elf_relocate_section()
3532 outrel.r_offset += TILEPRO_BYTES_PER_WORD; in tilepro_elf_relocate_section()
3534 htab->elf.srelgot, &outrel); in tilepro_elf_relocate_section()