Lines Matching defs:rel

963   const Elf_Internal_Rela *rel;
980 for (rel = relocs; rel < rel_end; rel++)
986 r_symndx = ELF32_R_SYM (rel->r_info);
1008 ELF32_R_TYPE (rel->r_info),
1243 && ((ELF32_R_TYPE (rel->r_info) != R_390_PC16
1244 && ELF32_R_TYPE (rel->r_info) != R_390_PC16DBL
1245 && ELF32_R_TYPE (rel->r_info) != R_390_PC32DBL
1246 && ELF32_R_TYPE (rel->r_info) != R_390_PC32)
1348 if (ELF32_R_TYPE (rel->r_info) == R_390_PC16
1349 || ELF32_R_TYPE (rel->r_info) == R_390_PC16DBL
1350 || ELF32_R_TYPE (rel->r_info) == R_390_PC32DBL
1351 || ELF32_R_TYPE (rel->r_info) == R_390_PC32)
1359 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
1366 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
1382 elf_s390_gc_mark_hook (sec, info, rel, h, sym)
1385 Elf_Internal_Rela *rel;
1391 switch (ELF32_R_TYPE (rel->r_info))
1430 const Elf_Internal_Rela *rel, *relend;
1439 for (rel = relocs; rel < relend; rel++)
1445 r_symndx = ELF32_R_SYM (rel->r_info);
1467 r_type = ELF32_R_TYPE (rel->r_info);
2257 invalid_tls_insn (input_bfd, input_section, rel)
2260 Elf_Internal_Rela *rel;
2264 howto = elf_howto_table + ELF32_R_TYPE (rel->r_info);
2269 (long) rel->r_offset,
2291 Elf_Internal_Rela *rel;
2302 rel = relocs;
2304 for (; rel < relend; rel++)
2318 r_type = ELF32_R_TYPE (rel->r_info);
2329 r_symndx = ELF32_R_SYM (rel->r_info);
2340 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
2346 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2422 When doing a dynamic link, we create a .rel.got
2609 rel->r_offset);
2630 outrel.r_addend = rel->r_addend;
2635 outrel.r_addend = relocation + rel->r_addend;
2697 outrel.r_offset = rel->r_offset
2731 contents + rel->r_offset);
2807 if (r_type == ELF32_R_TYPE (rel->r_info))
2817 contents + rel->r_offset);
2901 outrel.r_offset = rel->r_offset
2924 contents + rel->r_offset);
2960 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
2975 invalid_tls_insn (input_bfd, input_section, rel);
2977 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
2984 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
2986 invalid_tls_insn (input_bfd, input_section, rel);
2995 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
3003 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
3005 invalid_tls_insn (input_bfd, input_section, rel);
3009 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
3028 (long) rel->r_offset,
3037 relocation += rel->r_addend;
3040 contents, rel->r_offset,
3045 contents, rel->r_offset,
3046 relocation, rel->r_addend);
3071 rel->r_offset)))
3079 (long) rel->r_offset, name, (int) r);
3492 const arelent *rel ATTRIBUTE_UNUSED)