Searched refs:dlopen (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_portability.h | 166 # define DL_LOAD(libname) dlopen(libname, PHP_RTLD_MODE | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD … 168 # define DL_LOAD(libname) dlopen(libname, PHP_RTLD_MODE | RTLD_GLOBAL | RTLD_DEEPBIND) 170 # define DL_LOAD(libname) dlopen(libname, PHP_RTLD_MODE | RTLD_GLOBAL)
|
/php-src/build/ |
H A D | ltmain.sh | 558 -dlopen) 1518 -dlopen) 2125 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 2373 dlopen= 2394 test -n "$dlopen" && dlfiles="$dlfiles $dlopen" 2438 if test "$pass" = dlopen; then 3043 if test "$pass" != dlopen; then 3145 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 3853 $echo "*** application is linked with the -dlopen flag." 3871 $echo "*** or is declared to -dlopen it."
|
H A D | libtool.m4 | 1041 lt_cv_dlopen="dlopen" 1047 AC_CHECK_LIB([dl], [dlopen], 1060 [AC_CHECK_FUNC([dlopen], 1061 [lt_cv_dlopen="dlopen"], 1062 [AC_CHECK_LIB([dl], [dlopen], 1063 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], 1064 [AC_CHECK_LIB([svld], [dlopen], 1083 dlopen) 2013 # enable checks for dlopen support 4286 # Whether dlopen is supported. [all …]
|
/php-src/ |
H A D | configure.ac | 336 AC_SEARCH_LIBS([dlopen], [dl], 860 [whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY], 862 [Use dlopen with RTLD_NOW instead of RTLD_LAZY])], 868 [Define to 1 if 'dlopen()' uses the 'RTLD_NOW' mode flag instead of
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 1454 void *pthread_lib = dlopen("libpthread.so", RTLD_LAZY); in LSAPI_Init()
|
Completed in 63 milliseconds