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

/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c332 #define DL_NEXT ((Dll_t*)RTLD_NEXT) macro
423 if (!dll || dll == DL_NEXT || dll->magic != DL_MAGIC)
440 if (dll == DL_NEXT)
471 if (!dll || dll != DL_NEXT && (dll->magic != DL_MAGIC || !dll->image && !dll->module))
484 dlmessage = dll == DL_NEXT ? e_cover : e_undefined;

Completed in 59 milliseconds