Searched refs:RTLD_LAZY (Results 1 – 4 of 4) sorted by relevance
151 # ifndef RTLD_LAZY152 # define RTLD_LAZY 1 /* Solaris 1, FreeBSD's (2.1.7.1 and older) */ macro162 # define PHP_RTLD_MODE RTLD_LAZY
860 [whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY],862 [Use dlopen with RTLD_NOW instead of RTLD_LAZY])],869 'RTLD_LAZY'.])])
1454 void *pthread_lib = dlopen("libpthread.so", RTLD_LAZY); in LSAPI_Init()
962 # ifdef RTLD_LAZY963 # define LT_DLLAZY_OR_NOW RTLD_LAZY
Completed in 55 milliseconds