Home
last modified time | relevance | path

Searched refs:create_cntl (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h683 extern Aliste create_cntl(Lm_list *, int);
H A Delf.c425 if ((lmco = create_cntl(lml, 0)) == NULL) { in elf_lazy_load()
927 if ((lmco = create_cntl(lml, 0)) == NULL)
1073 if ((lmco = create_cntl(lml, 0)) == NULL)
H A Ddlfcns.c761 if ((nlmco = create_cntl(lml, 1)) == NULL) { in dlmopen_core()
H A Dutil.c1314 create_cntl(Lm_list *lml, int dlopen) in create_cntl() function