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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c549 int bgn, ifst, lifst = 0; local
552 for (ifst = lifst; ifst <= end; ifst++) {
553 tlmp = sort->s_lmpa[ifst];
562 if (ifst == bgn) {
563 lifst = ifst + 1;
573 ((ifst - bgn) * sizeof (Rt_map *)));
579 lifst = ifst + 1;
593 int bgn, ifst, lifs local
[all...]

Completed in 57 milliseconds