Home
last modified time | relevance | path

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

/sqlite-3.40.0/
H A Dltmain.sh745 -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 Dconfigure9313 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 Daclocal.m41754 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 Dconfigure.ac589 AC_SEARCH_LIBS(dlopen, dl)
/sqlite-3.40.0/test/
H A Dloadext.test64 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 Dconfigure.ac106 AC_SEARCH_LIBS(dlopen, dl)
/sqlite-3.40.0/src/
H A Dos_unix.c6574 return dlopen(zFilename, RTLD_NOW | RTLD_GLOBAL); in unixDlOpen()