Searched defs:descapndx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c822 int objcapndx, descapndx, symcapndx; local
857 descapndx = symcapndx = -1;
871 } else if ((symcapndx == -1) && (descapndx != -1))
872 symcapndx = descapndx;
888 if (descapndx == -1)
889 descapndx = ndx;
1038 descapndx = -1;
1061 if (descapndx != -1) {
1066 if ((alp->apl_data[descapndx] =
1068 (ndx - descapndx), of
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1325 int descapndx, objcap, title; local
1433 descapndx = -1;
1478 descapndx = cnum;
1508 (descapndx != -1)) {
1536 if (gndx && (gndx == descapndx)) {
1541 descapndx = -1;

Completed in 58 milliseconds