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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h384 long tagndx; member in struct:coff_debug_merge_element
H A Dcofflink.c1637 (*epp)->tagndx = 0;
1650 /* FIXME: If this tagndx entry refers to a symbol
1660 (*epp)->tagndx = finfo->sym_indices[indx];
1661 if ((*epp)->tagndx < 0)
1662 (*epp)->tagndx = 0;
1694 || me->tagndx != mel->tagndx)
H A Dcoffgen.c1363 /* A negative tagndx is meaningless, but the SCO 3.2v4 cc can
1919 long tagndx; local
1922 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
1924 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
1967 "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld",
1968 tagndx, auxp->u.auxent.x_sym.x_misc.x_fsize,
1974 fprintf (file, "AUX lnno %d size 0x%x tagndx %ld",
1977 tagndx);
H A Dlibcoff.h388 long tagndx; member in struct:coff_debug_merge_element

Completed in 93 milliseconds