Lines Matching refs:dll
27 * dll scan interface
51 "[i:info?List native dll naming and location information.]"
83 void* dll;
129 error(2, "cannot determine native dll info");
168 dll = 0;
169 else if (dll = dlopen(dle->path, RTLD_LAZY))
170 ver = dllversion(dll, NiL);
196 if (dll || (dll = dlopen(dle->path, RTLD_LAZY)))
201 if (sym = dlllook(dll, *syms))
206 dlclose(dll);
212 else if (dll = dlopen(dle->path, RTLD_LAZY))
216 if (sym = dlllook(dll, *syms))
236 dlclose(dll);