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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c61 int s_lndx; /* present link-map index */ member in struct:__anon1772
149 qsort(&(sort->s_lmpa[fndx]), sort->s_lndx - fndx, sizeof (Rt_map *),
176 for (ndx = fndx; ndx < sort->s_lndx; ndx++) {
187 for (ndx = sort->s_lndx - 1; ndx >= fndx; ndx--) {
198 for (ndx = fndx; ndx < sort->s_lndx; ndx++) {
230 for (ndx = fndx; ndx < sort->s_lndx; ndx++) {
249 int num = sort->s_lndx;
256 DBG_CALL(Dbg_util_collect(tlmp, sort->s_lndx, flag));
257 sort->s_lmpa[(sort->s_lndx)++] = tlmp;
291 if (sort->s_lndx > (nu
[all...]

Completed in 45 milliseconds