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

/osnet-11/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;
423 if (!dll || dll == DL_NEXT || dll->magic != DL_MAGIC)
471 if (!dll || dll != DL_NEXT && (dll->magic != DL_MAGIC || !dll->image && !dll->module))

Completed in 21 milliseconds