Home
last modified time | relevance | path

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

123

/external/libffi/
Dltconfig322 --enable-dlopen enable dlopen support
361 --enable-dlopen) enable_dlopen=yes ;;
1654 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1655 echo "$progname:1591: checking for dlopen in -ldl" >&5
1690 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1693 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
1694 echo "$progname:1630: checking for dlopen" >&5
1737 lt_cv_dlopen="dlopen"
1740 echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6
1741 echo "$progname:1677: checking for dlopen in -lsvld" >&5
[all …]
Dltmain.sh552 -dlopen)
1496 -dlopen)
2098 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
2341 dlopen=
2362 test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
2406 if test "$pass" = dlopen; then
3005 if test "$pass" != dlopen; then
3106 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3814 $echo "*** application is linked with the -dlopen flag."
3832 $echo "*** or is declared to -dlopen it."
/external/qemu/android/config/
Dcheck-esd.c45 esd_lib = dlopen( "libesd.so", RTLD_NOW ); in main()
47 esd_lib = dlopen( "libesd.so.0", RTLD_NOW ); in main()
Dcheck-alsa.c77 alsa_lib = dlopen( "libasound.so", RTLD_NOW ); in main()
79 alsa_lib = dlopen( "libasound.so.2", RTLD_NOW ); in main()
/external/bluetooth/glib/gmodule/
Dgmodule-dl.c99 handle = dlopen (file_name, in _g_module_open()
116 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
Dgmodule-ar.c122 handle = dlopen (full_name, in _g_module_open()
138 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
Dgmodule-os2.c77 handle = dlopen (file_name, in _g_module_open()
/external/webkit/WebCore/platform/mac/
DSoftLinking.h35 static void* dylib = dlopen("/usr/lib/" #lib ".dylib", RTLD_NOW); \
43 …static void* frameworkLibrary = dlopen("/System/Library/Frameworks/" #framework ".framework/" #fra…
/external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
DSDL_sysloadso.c36 void *handle = dlopen(sofile, RTLD_NOW); in SDL_LoadObject()
/external/jpeg/
Dltmain.sh142 -dlopen)
470 -dlopen)
868 $echo "$modename: warning: \`-dlopen' is ignored while creating libtool libraries" 1>&2
1067 $echo "$modename: warning: \`-dlopen' is ignored while creating objects" 1>&2
2345 -dlopen FILE add the directory containing FILE to the library path
2347 This mode sets the library path environment variable according to \`-dlopen'
2395 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
/external/bluetooth/bluez/
Dconfigure.ac35 AC_CHECK_LIB(dl, dlopen, dummy=yes,
/external/e2fsprogs/lib/ss/
Dget_readline.c69 if ((handle = dlopen(cp, RTLD_NOW))) { in ss_get_readline()
/external/opencore/codecs_v2/omx/omx_core_plugins/template/src/
Dpv_omx_interface.cpp83 ipHandle = dlopen(OMX_CORE_LIBRARY, RTLD_NOW); in PVOMXInterface()
/external/elfutils/libebl/
Deblopenbackend.c226 void *h = dlopen (dsoname, RTLD_LAZY);
232 h = dlopen (dsoname, RTLD_LAZY);
DChangeLog78 assuming the code ends up in the application. Add second dlopen()
/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp264 void *handle = dlopen(m_path.utf8().data(), RTLD_NOW); in load()
319 void *handle = dlopen(m_path.utf8().data(), RTLD_NOW); in fetchInfo()
/external/qemu/audio/
Desdaudio.c427 esd_lib = dlopen( "libesd.so", RTLD_NOW ); in qesd_audio_init()
429 esd_lib = dlopen( "libesd.so.0", RTLD_NOW ); in qesd_audio_init()
/external/bluetooth/bluez/src/
Dplugin.c165 handle = dlopen(filename, RTLD_NOW); in plugin_init()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY); in GetEntry()
/external/e2fsprogs/intl/
Dlibgnuintl.h.in66 4. in the dlopen()ed shared libraries, in the order in which they were
67 dlopen()ed.
72 * libintl.so is a dependency of a dlopen()ed shared library but not
/external/libxml2/
Dxmlmodule.c212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW); in xmlModulePlatformOpen()
/external/libpng/
Dltmain.sh738 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
788 -dlopen=*|--mode=*|--tag=*)
879 func_error "unrecognized option \`-dlopen'"
3910 -dlopen)
4470 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
4776 dlopen=
4806 test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
4847 if test "$pass" = dlopen; then
5446 if test "$pass" != dlopen; then
5545 func_warning "\`-dlopen' is ignored for archives"
[all …]
/external/expat/conftools/
Dltmain.sh523 -dlopen)
1457 -dlopen)
2058 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
2301 dlopen=
2322 test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
2366 if test "$pass" = dlopen; then
2963 if test "$pass" != dlopen; then
3064 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3770 $echo "*** application is linked with the -dlopen flag."
3788 $echo "*** or is declared to -dlopen it."
/external/dbus/
Dltmain.sh543 -dlopen)
1487 -dlopen)
2088 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
2331 dlopen=
2352 test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
2396 if test "$pass" = dlopen; then
2995 if test "$pass" != dlopen; then
3096 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3799 $echo "*** application is linked with the -dlopen flag."
3817 $echo "*** or is declared to -dlopen it."
/external/openssl/crypto/dso/
Ddso_dlfcn.c159 ptr = dlopen(filename, flags); in dlfcn_load()

123