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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c3138 int ostyle_ndx = -1; local
3227 ostyle_ndx = -1;
3258 ostyle_ndx = i + 1;
3267 * ostyle_ndx, then it is a potential combined
3271 if (ostyle_ndx == ndx)
3278 (void) printf("NDX(%d) NUM_OPT(%d) ostyle_ndx(%d)\n", ndx, num_opt,
3279 ostyle_ndx);
3282 if (ostyle_ndx != -1) {
3284 * If ostyle_ndx is one less than ndx, and ndx is
3289 if ((ostyle_ndx
[all...]

Completed in 51 milliseconds