Lines Matching refs:dle
86 Dllent_t* dle;
162 while (dle = dllsread(dls))
169 else if (dll = dlopen(dle->path, RTLD_LAZY))
176 sfprintf(sfstdout, "%s\n", dle->name);
179 sfprintf(sfstdout, "%14s %08lu\n", dle->name, ver);
182 sfprintf(sfstdout, "%08lu %s\n", ver, dle->path);
185 sfprintf(sfstdout, "%s\n", dle->path);
188 sfprintf(sfstdout, "%14s %s\n", dle->name, dle->path);
191 sfprintf(sfstdout, "%14s %08lu %s\n", dle->name, ver, dle->path);
196 if (dll || (dll = dlopen(dle->path, RTLD_LAZY)))
212 else if (dll = dlopen(dle->path, RTLD_LAZY))
224 sfprintf(sfstdout, "%s\n", dle->name);
227 sfprintf(sfstdout, "%s\n", dle->path);
230 sfprintf(sfstdout, "%14s %s\n", dle->name, dle->path);