Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/opcache/jit/vtune/
H A Djitprofiling.c252 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
261 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
H A Dittnotify_config.h320 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
/PHP-8.3/Zend/
H A Dzend_portability.h157 # define DL_LOAD(libname) dlopen(libname, PHP_RTLD_MODE | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD …
159 # define DL_LOAD(libname) dlopen(libname, PHP_RTLD_MODE | RTLD_GLOBAL | RTLD_DEEPBIND)
161 # define DL_LOAD(libname) dlopen(libname, PHP_RTLD_MODE | RTLD_GLOBAL)
/PHP-8.3/build/
H A Dltmain.sh558 -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 Dlibtool.m41041 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-8.3/
H A Dconfigure.ac374 PHP_CHECK_FUNC(dlopen, dl, root)
926 [whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY],
928 [Use dlopen with RTLD_NOW instead of RTLD_LAZY])],
933 AC_DEFINE(PHP_USE_RTLD_NOW, 1, [ Use dlopen with RTLD_NOW instead of RTLD_LAZY ])
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c1454 void *pthread_lib = dlopen("libpthread.so", RTLD_LAZY); in LSAPI_Init()

Completed in 61 milliseconds