Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdll/common/
H A Ddlfcn.c331 #define DL_MAGIC 0x04190c04 macro
342 static Dll_t global = { DL_MAGIC };
414 dll->magic = DL_MAGIC; in dlopen()
423 if (!dll || dll == DL_NEXT || dll->magic != DL_MAGIC) in dlclose()
471 if (!dll || dll != DL_NEXT && (dll->magic != DL_MAGIC || !dll->image && !dll->module)) in dlsym()