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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c147 * the number of elements defined in the numsymstate field.
177 int numsymstate; /* # of items in symstate[] */ member in struct:__anon1527
308 for (tblndx = 0; tblndx < (argstate->numsymstate - 1);
616 for (tblndx = 0; tblndx < argstate->numsymstate; tblndx++, symstate++) {
646 only_one = (argstate->numsymstate > 1) && (argstate->argc > 0) &&
652 for (tblndx = 0; tblndx < argstate->numsymstate; tblndx++, symstate++) {
1201 argstate->numsymstate++;
1434 if ((cmd == SYM_CMD_T_ST_NAME) && (argstate->numsymstate > 1) &&
1437 for (tblndx = 0; tblndx < argstate->numsymstate;
1446 for (tblndx = 0; tblndx < argstate->numsymstate; tblnd
[all...]

Completed in 242 milliseconds