Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h676 extern Aliste create_cntl(Lm_list *, int);
H A Delf.c399 if ((lmco = create_cntl(lml, 0)) == 0) { in elf_lazy_load()
901 if ((lmco = create_cntl(lml, 0)) == 0)
1047 if ((lmco = create_cntl(lml, 0)) == 0)
H A Ddlfcns.c762 if ((nlmco = create_cntl(lml, 1)) == 0) { in dlmopen_core()
H A Dutil.c1316 create_cntl(Lm_list *lml, int dlopen) in create_cntl() function