Lines Matching defs:rel

1018 			 Elf_Internal_Rela *                rel,
1031 reloc_addr = rel->r_offset + input_section->output_section->vma
1037 contents += rel->r_offset;
1039 srel += rel->r_addend;
1040 srel -= rel->r_offset;
1055 contents += rel->r_offset;
1057 srel += rel->r_addend;
1058 srel -= rel->r_offset;
1095 contents += rel->r_offset;
1096 srel = (bfd_signed_vma) relocation + rel->r_addend;
1103 contents += rel->r_offset;
1104 srel = (bfd_signed_vma) relocation + rel->r_addend;
1116 contents += rel->r_offset;
1117 srel = (bfd_signed_vma) relocation + rel->r_addend;
1128 contents += rel->r_offset;
1129 srel = (bfd_signed_vma) relocation + rel->r_addend;
1139 contents += rel->r_offset;
1140 srel = (bfd_signed_vma) relocation + rel->r_addend;
1148 contents += rel->r_offset;
1149 srel = (bfd_signed_vma) relocation + rel->r_addend;
1157 contents += rel->r_offset;
1158 srel = (bfd_signed_vma) relocation + rel->r_addend;
1166 contents += rel->r_offset;
1167 srel = (bfd_signed_vma) relocation + rel->r_addend;
1175 contents += rel->r_offset;
1176 srel = (bfd_signed_vma) relocation + rel->r_addend;
1185 contents += rel->r_offset;
1186 srel = (bfd_signed_vma) relocation + rel->r_addend;
1195 contents += rel->r_offset;
1196 srel = (bfd_signed_vma) relocation + rel->r_addend;
1208 contents += rel->r_offset;
1209 srel = (bfd_signed_vma) relocation + rel->r_addend;
1241 contents += rel->r_offset;
1242 srel = (bfd_signed_vma) relocation + rel->r_addend;
1272 contents += rel->r_offset;
1273 srel = (bfd_signed_vma) relocation + rel->r_addend;
1284 contents += rel->r_offset;
1285 srel = (bfd_signed_vma) relocation + rel->r_addend;
1296 contents += rel->r_offset;
1297 srel = (bfd_signed_vma) relocation + rel->r_addend;
1309 contents += rel->r_offset;
1310 srel = (bfd_signed_vma) relocation + rel->r_addend;
1322 contents += rel->r_offset;
1323 srel = (bfd_signed_vma) relocation + rel->r_addend;
1335 contents += rel->r_offset;
1336 srel = (bfd_signed_vma) relocation + rel->r_addend;
1370 contents += rel->r_offset;
1371 srel = (bfd_signed_vma) relocation + rel->r_addend;
1381 contents += rel->r_offset;
1382 srel = (bfd_signed_vma) relocation + rel->r_addend;
1391 contents += rel->r_offset;
1392 srel = (bfd_signed_vma) relocation + rel->r_addend;
1402 contents, rel->r_offset,
1403 relocation, rel->r_addend);
1423 Elf_Internal_Rela * rel;
1434 for (rel = relocs; rel < relend; rel ++)
1446 r_type = ELF32_R_TYPE (rel->r_info);
1447 r_symndx = ELF32_R_SYM (rel->r_info);
1457 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1467 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1477 rel, 1, relend, howto, 0, contents);
1483 contents, rel, relocation, htab);
1494 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
1499 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
1521 input_section, rel->r_offset);
2972 Elf_Internal_Rela *rel;
2975 rel = elf_section_data (isec)->relocs;
2976 if (rel == NULL)
2977 rel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, TRUE);
2979 relend = rel + isec->reloc_count;
2981 for (; rel && rel < relend; rel++)
3003 if (ELF32_R_SYM (rel->r_info)
3010 + ELF32_R_SYM (rel->r_info);
3024 reloc_target = symval + rel->r_addend;
3028 reloc_target = symval + rel->r_addend;
3999 Elf_Internal_Rela *internal_relocs = NULL, *rel, *rel_end;
4056 rel = internal_relocs;
4057 rel_end = rel + sec->reloc_count;
4071 if (rel)
4076 while (rel < rel_end && rel->r_offset < offset)
4077 ++rel;
4079 if (rel == rel_end)
4080 rel = NULL;
4081 else if (rel->r_offset == offset)
4089 r_symndx = ELF32_R_SYM (rel->r_info);
4092 + rel->r_addend;