Lines Matching refs:rel
1301 case DT_REL: name = "REL"; break;
1959 p_hdr = &esdt->rel.hdr;
1974 its relocations are of the REL or RELA variety. */
2253 { STRING_COMMA_LEN (".rel"), -1, SHT_REL, 0 },
2611 REL or RELA. */
2616 if (elf_section_data (sec)->rel.hdr)
2619 return elf_section_data (sec)->rel.hdr;
2627 USE_RELA_P is TRUE, we use RELA relocations; otherwise, we use REL
2650 sprintf (name, "%s%s", use_rela_p ? ".rela" : ".rel", asect->name);
2868 /* When doing a relocatable link, create both REL and RELA sections if
2872 && esd->rel.count + esd->rela.count > 0
2875 if (esd->rel.count && esd->rel.hdr == NULL
2876 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rel, asect, FALSE))
2890 ? &esd->rela : &esd->rel),
3073 if (d->rel.hdr)
3075 d->rel.idx = section_number++;
3076 _bfd_elf_strtab_addref (elf_shstrtab (abfd), d->rel.hdr->sh_name);
3079 d->rel.idx = 0;
3166 if (d->rel.idx != 0)
3167 i_shdrp[d->rel.idx] = d->rel.hdr;
3176 if (d->rel.idx != 0)
3178 d->rel.hdr->sh_link = elf_onesymtab (abfd);
3179 d->rel.hdr->sh_info = d->this_idx;
3180 d->rel.hdr->sh_flags |= SHF_INFO_LINK;
8018 /* For Rel targets, we encode meaningful data for BFD_RELOC_VTABLE_ENTRY
9905 Elf_Internal_Rela *rel)
9917 rel->r_addend =
9920 sym->st_value + rel->r_addend);
9932 rel->r_addend -= relocation;
9933 rel->r_addend += sec->output_section->vma + sec->output_offset;
10038 relplt_name = bed->rela_plts_and_copies_p ? ".rela.plt" : ".rel.plt";