Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdll/common/
H A Ddlfcn.c329 } Dll_t; typedef
332 #define DL_NEXT ((Dll_t*)RTLD_NEXT)
342 static Dll_t global = { DL_MAGIC };
365 Dll_t* dll; in dlopen()
383 else if (!(dll = newof(0, Dll_t, 1, strlen(path)))) in dlopen()
421 Dll_t* dll = (Dll_t*)handle; in dlclose()
435 lookup(Dll_t* dll, const char* name) in lookup()
467 Dll_t* dll = (Dll_t*)handle; in dlsym()