Lines Matching defs:rel

454 get_dyn_name (abfd, h, rel, pbuf, plen)
457 const Elf_Internal_Rela *rel;
466 if (h && rel->r_addend == 0)
472 nlen = 8 + 1 + sizeof (rel->r_info) * 2 - 8;
473 tlen = nlen + 1 + sizeof (rel->r_addend) * 2 + 1;
491 sprintf_vma (buf + nlen, rel->r_addend);
497 (long) ELF64_R_SYM (rel->r_info));
498 if (rel->r_addend)
501 sprintf_vma (buf + nlen, rel->r_addend);
530 || (strncmp (srel_name, ".rel", 4) == 0
604 const Elf_Internal_Rela *rel;
719 for (rel = relocs; rel < relend; ++rel)
731 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
764 howto = elf_hppa_howto_table + ELF64_R_TYPE (rel->r_info);
867 addr_name = get_dyn_name (abfd, h, rel, &buf, &buf_len);
932 sec_symndx, rel->r_offset, rel->r_addend))
1962 Elf_Internal_Rela rel;
1997 rel.r_offset = (dyn_h->plt_offset + splt->output_offset
1999 rel.r_info = ELF64_R_INFO (h->dynindx, R_PARISC_IPLT);
2000 rel.r_addend = 0;
2004 bfd_elf64_swap_reloca_out (splt->output_section->owner, &rel, loc);
2127 Elf_Internal_Rela rel;
2143 rel.r_offset = (dyn_h->opd_offset + sopd->output_offset
2190 rel.r_addend = 0;
2191 rel.r_info = ELF64_R_INFO (dynindx, R_PARISC_EPLT);
2195 bfd_elf64_swap_reloca_out (sopd->output_section->owner, &rel, loc);
2263 Elf_Internal_Rela rel;
2280 rel.r_offset = (dyn_h->dlt_offset + sdlt->output_offset
2283 rel.r_info = ELF64_R_INFO (dynindx, R_PARISC_FPTR64);
2285 rel.r_info = ELF64_R_INFO (dynindx, R_PARISC_DIR64);
2286 rel.r_addend = 0;
2290 bfd_elf64_swap_reloca_out (sdlt->output_section->owner, &rel, loc);
2333 Elf_Internal_Rela rel;
2346 rel.r_offset = (rent->offset + rent->sec->output_offset
2387 rel.r_addend = value;
2397 rel.r_addend = rent->addend;
2399 rel.r_info = ELF64_R_INFO (dynindx, rent->type);
2405 &rel, loc);