RTLD_LAZY         132 Zend/zend_portability.h # ifndef RTLD_LAZY
RTLD_LAZY         141 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RTLD_PARENT)
RTLD_LAZY         143 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND)
RTLD_LAZY         145 Zend/zend_portability.h #  define DL_LOAD(libname)			dlopen(libname, RTLD_LAZY | RTLD_GLOBAL)
RTLD_LAZY         619 sapi/litespeed/lsapilib.c     s_liblve = dlopen("liblve.so.0", RTLD_LAZY);