Lines Matching defs:rel

798   Elf_Internal_Rela *rel;
820 for (rel = relocs; rel < relend; rel++)
832 r_type = ELF32_R_TYPE (rel->r_info);
833 r_symndx = ELF32_R_SYM (rel->r_info);
845 howto = or1k_elf_howto_table + ELF32_R_TYPE (rel->r_info);
854 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
864 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
872 rel, 1, relend, howto, 0, contents);
983 if (rel->r_addend != 0)
1041 rel->r_offset);
1059 outrel.r_addend = rel->r_addend;
1066 outrel.r_addend = relocation + rel->r_addend;
1238 rel->r_offset, relocation, rel->r_addend);
1249 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
1254 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
1276 input_section, rel->r_offset);
1289 Elf_Internal_Rela *rel,
1294 switch (ELF32_R_TYPE (rel->r_info))
1301 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
1314 const Elf_Internal_Rela *rel, *relend;
1323 for (rel = relocs; rel < relend; rel++)
1328 r_symndx = ELF32_R_SYM (rel->r_info);
1337 switch (ELF32_R_TYPE (rel->r_info))
1369 const Elf_Internal_Rela *rel;
1389 for (rel = relocs; rel < rel_end; rel++)
1395 r_symndx = ELF32_R_SYM (rel->r_info);
1410 switch (ELF32_R_TYPE (rel->r_info))
1456 switch (ELF32_R_TYPE (rel->r_info))
1461 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
1470 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
1498 if (ELF32_R_TYPE (rel->r_info) != R_OR1K_GOTOFF_HI16 &&
1499 ELF32_R_TYPE (rel->r_info) != R_OR1K_GOTOFF_LO16)
1538 if (ELF32_R_TYPE (rel->r_info) != R_OR1K_INSN_REL_26)
1566 && (ELF32_R_TYPE (rel->r_info) != R_OR1K_INSN_REL_26
1662 if (ELF32_R_TYPE (rel->r_info) == R_OR1K_INSN_REL_26)
2186 /* We also need to make an entry in the .rel.plt section. */