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

/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h273 long ldindx; member in struct:xcoff_link_hash_entry
/freebsd-12-stable/contrib/binutils/bfd/
H A Dxcofflink.c430 ret->ldindx = -1;
2518 /* We overload the ldindx field to hold the l_ifile value for this
2523 h->ldindx = -1;
2556 h->ldindx = c;
2934 h->ldsym->l_ifile = h->ldindx;
2938 h->ldindx = ldinfo->ldsym_count + 3;
3065 hsym->ldindx = 3;
3575 BFD_ASSERT (h->ldindx >= 0);
3578 + ((h->ldindx - 3)
4515 if (h->ldindx <
[all...]

Completed in 72 milliseconds