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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c133 Word null_ndx; /* Index of first DT_NULL */ member in struct:__anon1495::__anon1496
147 * Set argstate null_ndx field for current dynamic area
152 Word num, null_ndx; local
156 for (null_ndx = 0; null_ndx < num; null_ndx++)
157 if (argstate->dyn.data[null_ndx].d_tag == DT_NULL) {
161 argstate->dyn.null_ndx = null_ndx;
164 for (; null_ndx < nu
1132 Word dyn_ndx, dyn_num, null_ndx; local
[all...]

Completed in 57 milliseconds