Searched refs:toc_rel_hash (Results 1 – 2 of 2) sorted by relevance
5765 struct xcoff_toc_rel_hash *toc_rel_hash; in _bfd_xcoff_bfd_final_link() local5798 for (toc_rel_hash = finfo.section_info[o->target_index].toc_rel_hashes; in _bfd_xcoff_bfd_final_link()5799 toc_rel_hash != NULL; in _bfd_xcoff_bfd_final_link()5800 toc_rel_hash = toc_rel_hash->next) in _bfd_xcoff_bfd_final_link()5802 if (toc_rel_hash->h->u.toc_indx < 0) in _bfd_xcoff_bfd_final_link()5805 (info, toc_rel_hash->h->root.root.string, in _bfd_xcoff_bfd_final_link()5806 NULL, o, toc_rel_hash->rel->r_vaddr))) in _bfd_xcoff_bfd_final_link()5808 toc_rel_hash->h->u.toc_indx = 0; in _bfd_xcoff_bfd_final_link()5810 toc_rel_hash->rel->r_symndx = toc_rel_hash->h->u.toc_indx; in _bfd_xcoff_bfd_final_link()
3989 struct xcoff_toc_rel_hash *toc_rel_hash; local4022 for (toc_rel_hash = finfo.section_info[o->target_index].toc_rel_hashes;4023 toc_rel_hash != NULL;4024 toc_rel_hash = toc_rel_hash->next)4026 if (toc_rel_hash->h->u.toc_indx < 0)4029 (info, toc_rel_hash->h->root.root.string,4030 (bfd *) NULL, o, toc_rel_hash->rel->r_vaddr)))4032 toc_rel_hash->h->u.toc_indx = 0;4034 toc_rel_hash->rel->r_symndx = toc_rel_hash->h->u.toc_indx;