Searched defs:Dll_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c329 } Dll_t; typedef in typeref:struct:Dll_s
332 #define DL_NEXT ((Dll_t*)RTLD_NEXT)
342 static Dll_t global = { DL_MAGIC };
365 Dll_t* dll;
383 else if (!(dll = newof(0, Dll_t, 1, strlen(path))))
421 Dll_t* dll = (Dll_t*)handle;
435 lookup(Dll_t* dll, const char* name)
467 Dll_t* dll = (Dll_t*)handl
[all...]

Completed in 57 milliseconds