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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A D_elfwrap.h57 size_t os_ndx; /* section index (input file) */ member in struct:__anon1538
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c739 int os_ndx; local
1040 * A value of 0 for os_ndx means that the section is not sorted
1045 os_ndx = 0;
1052 os_ndx = idx1 + 1;
1169 if (os_ndx) {
1171 if (os_ndx < osp->os_ordndx)
1264 osp->os_ordndx = os_ndx;

Completed in 46 milliseconds