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

/freebsd-11.0-release/contrib/binutils/include/coff/
H A Dxcoff.h257 long toc_indx; member in union:xcoff_link_hash_entry::__anon480
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dxcofflink.c427 ret->u.toc_indx = -1;
3881 (*sym_hash)->u.toc_indx = output_index;
4353 if (h->u.toc_indx != -1)
4354 irel->r_symndx = h->u.toc_indx;
5809 if (toc_rel_hash->h->u.toc_indx < 0)
5815 toc_rel_hash->h->u.toc_indx = 0;
5817 toc_rel_hash->rel->r_symndx = toc_rel_hash->h->u.toc_indx;

Completed in 181 milliseconds