Lines Matching refs:rel
54 const Elf_Internal_Rela *rel;
72 for (rel = relocs; rel < rel_end; rel++)
77 r_symndx = ELF32_R_SYM (rel->r_info);
92 r_type = ELF32_R_TYPE (rel->r_info);
101 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
110 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
2171 Elf_Internal_Rela *rel;
2182 rel = relocs;
2184 for (; rel < relend; rel++)
2195 r_symndx = ELF32_R_SYM (rel->r_info);
2196 r_type = ELF32_R_TYPE (rel->r_info);
2216 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
2234 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2242 rel, 1, relend, howto, 0, contents);
2250 contents, rel->r_offset,
2251 relocation, rel->r_addend,
2275 rel->r_offset)))
2282 rel->r_offset, TRUE)))
2317 rel->r_offset)))
2330 Elf_Internal_Rela *rel,
2335 switch (ELF32_R_TYPE (rel->r_info))
2342 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);