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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c844 size_t fndx; local
848 if ((fndx = elf_ndxscn(scn)) == SHN_UNDEF) {
854 if (ndx == fndx) {
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c90 sort_scc(Sort *sort, int fndx, int flag) argument
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++) {

Completed in 66 milliseconds