Home
last modified time | relevance | path

Searched refs:fndx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c90 sort_scc(Sort *sort, int fndx, int flag) in sort_scc() argument
149 qsort(&(sort->s_lmpa[fndx]), sort->s_lndx - fndx, sizeof (Rt_map *), in sort_scc()
176 for (ndx = fndx; ndx < sort->s_lndx; ndx++) { in sort_scc()
187 for (ndx = sort->s_lndx - 1; ndx >= fndx; ndx--) { in sort_scc()
198 for (ndx = fndx; ndx < sort->s_lndx; ndx++) { in sort_scc()
230 for (ndx = fndx; ndx < sort->s_lndx; ndx++) { in sort_scc()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c844 size_t fndx; in ld_create_outfile() local
848 if ((fndx = elf_ndxscn(scn)) == SHN_UNDEF) { in ld_create_outfile()
854 if (ndx == fndx) { in ld_create_outfile()