Lines Matching refs:dll
784 void *dll;
826 if (dll = dllplugin(SH_ID, stakptr(m), NiL, SH_PLUGIN_VERSION, NiL, RTLD_LAZY, NiL, 0))
827 sh_addlib(shp,dll,stakptr(m),oldpp);
830 if (dll = dllplug(SH_ID, stakptr(m), NiL, RTLD_LAZY, NiL, 0))
832 if (dll = dllfind(stakptr(m), NiL, RTLD_LAZY, NiL, 0))
840 if (libcmd && !dlllook(dll, "b_pids"))
842 dlclose(dll);
843 dll = 0;
846 sh_addlib(shp,dll,stakptr(m),oldpp);
849 if(dll &&
850 (addr=(Shbltin_f)dlllook(dll,stakptr(n))) &&
854 np->nvenv = dll;