Searched refs:tsort (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tsort/
H A DMakefile28 # cmd/sgs/tsort/Makefile
35 CSRC= common/errusage.c common/tsort.c
45 POFILE= tsort.po
/illumos-gate/usr/src/cmd/sgs/tsort/i386/
H A DMakefile26 PROG= tsort
32 errtofix.o errusage.o tsort.o zfopen.o zmalloc.o
/illumos-gate/usr/src/cmd/sgs/tsort/sparc/
H A DMakefile25 # cmd/sgs/tsort/sparc/Makefile
28 PROG= tsort
34 errtofix.o errusage.o tsort.o zfopen.o zmalloc.o
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile76 tsort \
87 POSUBDIRS= m4 nm tsort yacc
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A DMakefile34 dlfcns.o config_elf.o locale.o tsort.o \
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A DMakefile34 dlfcns.o config_elf.o locale.o tsort.o \
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A DMakefile32 dlfcns.o config_elf.o locale.o tsort.o \
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A DMakefile32 dlfcns.o config_elf.o locale.o tsort.o \
/illumos-gate/usr/src/man/man1/
H A DMakefile387 tsort.1 \
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c876 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
906 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
948 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
964 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) &&
1005 if ((tobj = tsort(nlmp, nlml->lm_init,
H A D_rtld.h164 #define AL_CNT_PENDING 2 /* pending tsort list (INITFIRST) */
798 extern Rt_map **tsort(Rt_map *, int, int);
H A Dtsort.c263 * the object is added to the tsort list, as it's from
272 * the object is added to the tsort list, as it's from
664 tsort(Rt_map *lmp, int num, int flag) function
697 * Determine where to start searching for tsort() candidates. Any call
698 * to tsort() for .init processing is passed the link-map from which to
703 * in this tsort() pass. They still remain on an existing tsort() list,
706 * tsort() list if their .init has already been called.
763 * interposer .init's will be grabbed during the first tsort
768 * tsort fla
[all...]
H A Dremove.c1331 * can now be deleted. If the tsort() fails because of an
1338 if (((tobj = tsort(lml->lm_head, delcnt,
H A Dsetup.c753 * collected during tsort processing. And, if the application has no
1135 if ((tobj = tsort(mlmp, LIST(mlmp)->lm_init,
H A Daudit.c1495 if ((tobj = tsort(lmp, lml->lm_init, RT_SORT_REV)) ==

Completed in 131 milliseconds