Lines Matching refs:rel
74 struct internal_reloc *rel;
1566 struct internal_reloc *rel;
1575 rel = relocs + relindx;
1580 && rel->r_vaddr == (bfd_vma) sym.n_value
1581 && rel->r_type == R_POS
1583 && rel->r_size == 31)
1585 && rel->r_size == 63)))
1592 + rel->r_symndx * symesz);
1710 struct internal_reloc *rel;
1717 rel = relocs + relindx;
1725 && rel->r_vaddr < csect->vma + csect->size)
1732 ++rel;
2094 struct internal_reloc *rel;
2097 rel = reloc_info[o->target_index].relocs;
2100 for (i = 0; i < o->reloc_count; i++, rel++, rel_csect++)
2116 && obj_xcoff_sym_hashes (abfd)[rel->r_symndx] != NULL)
2120 h = obj_xcoff_sym_hashes (abfd)[rel->r_symndx];
2647 /* Return true if relocation REL needs to be copied to the .loader section.
2648 If REL is against a global symbol, H is that symbol, otherwise it
2652 xcoff_need_ldrel_p (struct bfd_link_info *info, struct internal_reloc *rel,
2658 switch (rel->r_type)
2918 struct internal_reloc *rel, *relend;
2940 rel = xcoff_read_internal_relocs (sec->owner, sec, TRUE,
2942 if (rel == NULL)
2944 relend = rel + sec->reloc_count;
2945 for (; rel < relend; rel++)
2949 if ((unsigned int) rel->r_symndx
2953 h = obj_xcoff_sym_hashes (sec->owner)[rel->r_symndx];
2966 rsec = xcoff_data (sec->owner)->csects[rel->r_symndx];
2977 if (xcoff_need_ldrel_p (info, rel, h))
4877 n->rel = irel;
6313 NULL, o, toc_rel_hash->rel->r_vaddr)))
6317 toc_rel_hash->rel->r_symndx = toc_rel_hash->h->u.toc_indx;