Searched refs:dlopen (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 745 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break 795 -dlopen=*|--mode=*|--tag=*) 886 func_error "unrecognized option \`-dlopen'" 4435 -dlopen) 5310 dlopen= 5340 test -n "$dlopen" && dlfiles="$dlfiles $dlopen" 5381 if test "$pass" = dlopen; then 5978 if test "$pass" != dlopen; then 6077 func_warning "\`-dlopen' is ignored for archives" 7392 func_warning "\`-dlopen' is ignored for objects" [all …]
|
| H A D | configure | 9313 char dlopen (); 9317 return dlopen (); 9409 char dlopen (); 9413 return dlopen (); 9448 char dlopen (); 9452 return dlopen (); 9536 dlopen) 9547 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 9643 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5 [all …]
|
| H A D | aclocal.m4 | 1754 lt_cv_dlopen="dlopen" 1760 AC_CHECK_LIB([dl], [dlopen], 1773 [AC_CHECK_FUNC([dlopen], 1774 [lt_cv_dlopen="dlopen"], 1775 [AC_CHECK_LIB([dl], [dlopen], 1777 [AC_CHECK_LIB([svld], [dlopen], 1796 dlopen) 1840 [Whether dlopen is supported]) 1842 [Whether dlopen of programs is supported]) 7470 # dlopen [all …]
|
| H A D | configure.ac | 589 AC_SEARCH_LIBS(dlopen, dl)
|
| /sqlite-3.40.0/test/ |
| H A D | loadext.test | 64 set dlerror_nosuchfile {dlopen.%s, 10.: .*image.*found.*} 65 set dlerror_notadll {dlopen.%1$s, 10.: .*image.*found.*}
|
| /sqlite-3.40.0/autoconf/ |
| H A D | configure.ac | 106 AC_SEARCH_LIBS(dlopen, dl)
|
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 6574 return dlopen(zFilename, RTLD_NOW | RTLD_GLOBAL); in unixDlOpen()
|