Searched refs:tsort (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/tsort/ |
H A D | Makefile | 28 # 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 D | Makefile | 26 PROG= tsort 32 errtofix.o errusage.o tsort.o zfopen.o zmalloc.o
|
/illumos-gate/usr/src/cmd/sgs/tsort/sparc/ |
H A D | Makefile | 25 # 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 D | Makefile | 76 tsort \ 87 POSUBDIRS= m4 nm tsort yacc
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | Makefile | 34 dlfcns.o config_elf.o locale.o tsort.o \
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | Makefile | 34 dlfcns.o config_elf.o locale.o tsort.o \
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | Makefile | 32 dlfcns.o config_elf.o locale.o tsort.o \
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | Makefile | 32 dlfcns.o config_elf.o locale.o tsort.o \
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 387 tsort.1 \
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 876 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.h | 164 #define AL_CNT_PENDING 2 /* pending tsort list (INITFIRST) */ 798 extern Rt_map **tsort(Rt_map *, int, int);
|
H A D | tsort.c | 263 * 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 D | remove.c | 1331 * can now be deleted. If the tsort() fails because of an 1338 if (((tobj = tsort(lml->lm_head, delcnt,
|
H A D | setup.c | 753 * collected during tsort processing. And, if the application has no 1135 if ((tobj = tsort(mlmp, LIST(mlmp)->lm_init,
|
H A D | audit.c | 1495 if ((tobj = tsort(lmp, lml->lm_init, RT_SORT_REV)) ==
|
Completed in 131 milliseconds