Lines Matching refs:rel
28 /* Use REL instead of RELA to save space. */
238 Elf_Internal_Rela *rel,
243 switch (ELF32_R_TYPE (rel->r_info))
250 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
265 const Elf_Internal_Rela *rel;
275 for (rel = relocs; rel < rel_end; rel++)
280 r_symndx = ELF32_R_SYM (rel->r_info);
295 switch (ELF32_R_TYPE (rel->r_info))
300 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
309 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_offset))
399 Elf_Internal_Rela *rel, *relend;
405 rel = relocs;
407 for (; rel < relend; rel++)
418 r_symndx = ELF32_R_SYM (rel->r_info);
419 r_type = ELF32_R_TYPE (rel->r_info);
442 bfd_byte *where = contents + rel->r_offset;
463 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
471 rel, 1, relend, howto, 0, contents);
487 contents, rel->r_offset,
500 rel->r_offset)))
507 rel->r_offset, TRUE)))
530 rel->r_offset)))