Searched refs:dlopen (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltoptions.m4 | 71 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no 108 # dlopen 110 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes 114 [_LT_SET_OPTION([LT_INIT], [dlopen]) 117 put the 'dlopen' option into LT_INIT's first parameter.])
|
| H A D | libtool.m4 | 1944 lt_cv_dlopen=dlopen 1950 AC_CHECK_LIB([dl], [dlopen], 1961 lt_cv_dlopen=dlopen 1971 [AC_CHECK_FUNC([dlopen], 1972 [lt_cv_dlopen=dlopen], 1973 [AC_CHECK_LIB([dl], [dlopen], 1974 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], 1975 [AC_CHECK_LIB([svld], [dlopen], 1994 dlopen) 2038 [Whether dlopen is supported]) [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | plugins.txt | 93 ``lib`` is the library handler from dlopen and ``data`` will be the storage
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | ltmain.sh | 2324 --dlopen|-dlopen) 6910 -dlopen) 7543 passes="conv scan dlopen dlpreopen link" 7846 dlopen= 7876 test -n "$dlopen" && func_append dlfiles " $dlopen" 7923 if test dlopen = "$pass"; then 8556 if test dlopen != "$pass"; then 10199 && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
|
| H A D | configure.ac | 227 AC_SEARCH_LIBS(dlopen,dl,[
|
| H A D | configure | 14686 char dlopen (); 14690 return dlopen ();
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | plugin.c | 168 if (NULL == (p->lib = dlopen(srv->tmp_buf->ptr, RTLD_NOW|RTLD_GLOBAL))) { in plugins_load()
|