Searched refs:toc_rel_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c5772 struct xcoff_toc_rel_hash *toc_rel_hash;
5805 for (toc_rel_hash = finfo.section_info[o->target_index].toc_rel_hashes;
5806 toc_rel_hash != NULL;
5807 toc_rel_hash = toc_rel_hash->next)
5809 if (toc_rel_hash->h->u.toc_indx < 0)
5812 (info, toc_rel_hash->h->root.root.string,
5813 NULL, o, toc_rel_hash->rel->r_vaddr)))
5815 toc_rel_hash->h->u.toc_indx = 0;
5817 toc_rel_hash
5766 struct xcoff_toc_rel_hash *toc_rel_hash; local
[all...]

Completed in 157 milliseconds