Lines Matching defs:rel

1802       /* Fill in the entry in the .rel.plt section.  */
1862 Elf_Internal_Rela rel;
1874 rel.r_offset = (h->root.u.def.value
1877 rel.r_info = ELF32_R_INFO (h->dynindx, R_C6000_COPY);
1878 rel.r_addend = 0;
1884 elf32_tic6x_install_rela (output_bfd, s, &rel);
1986 const Elf_Internal_Rela *rel, *relend;
2002 for (rel = relocs; rel < relend; rel++)
2008 r_symndx = ELF32_R_SYM (rel->r_info);
2030 r_type = ELF32_R_TYPE (rel->r_info);
2204 const Elf_Internal_Rela *rel)
2211 rel_hdr = elf_section_data (sec)->rel.hdr;
2215 return ((size_t) (rel - relocs)
2256 Elf_Internal_Rela *rel;
2267 for (rel = relocs; rel < relend; rel ++)
2282 r_type = ELF32_R_TYPE (rel->r_info);
2283 r_symndx = ELF32_R_SYM (rel->r_info);
2286 relocs, rel);
2289 elf32_tic6x_info_to_howto_rel (input_bfd, &bfd_reloc, rel);
2291 elf32_tic6x_info_to_howto (input_bfd, &bfd_reloc, rel);
2308 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
2314 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2322 rel, 1, relend, howto, 0, contents);
2330 rel->r_addend = 0;
2333 contents + rel->r_offset);
2357 oldval = bfd_get_32 (input_bfd, contents + rel->r_offset);
2363 contents + rel->r_offset);
2387 + rel->r_offset) & 0x1f;
2395 + rel->r_offset);
2399 relocation -= rel->r_addend;
2400 off2 = ((off & ~(bfd_vma)0x1f) - rel->r_addend) & (bfd_vma)~0x1f;
2440 rel->r_offset);
2457 outrel.r_addend = rel->r_addend;
2463 outrel.r_addend = relocation + rel->r_addend;
2565 When doing a dynamic link, we create a .rel.got
2626 if (rel->r_addend != 0)
2640 rel->r_addend);
2649 rel->r_addend,
2681 contents, rel->r_offset,
2682 relocation, rel->r_addend);
2691 bfd_vma value = (relocation + rel->r_addend) & 0xffffffff;
2729 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
2735 rel->r_offset, TRUE);
2757 (info, error_message, input_bfd, input_section, rel->r_offset);
2779 const Elf_Internal_Rela *rel;
2802 for (rel = relocs; rel < rel_end; rel++)
2809 r_symndx = ELF32_R_SYM (rel->r_info);
2810 r_type = ELF32_R_TYPE (rel->r_info);
3163 /* We also need to make an entry in the .rel.plt section. */
3429 output file. This is mostly to handle .rel.bss and
3430 .rel.plt. We must create both sections in
3619 const arelent *rel ATTRIBUTE_UNUSED)