Home
last modified time | relevance | path

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

1234567

/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-pulseaudio.c46 pa_lib = dlopen( "libpulse-simple.so", RTLD_NOW ); in main()
48 pa_lib = dlopen( "libpulse-simple.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/chromium/sdch/open-vcdiff/src/solaris/
Dlibstdc++.la23 # The name that we can dlopen(3).
46 # Files to dlopen/dlpreopen
47 dlopen=''
/external/protobuf/src/solaris/
Dlibstdc++.la23 # The name that we can dlopen(3).
46 # Files to dlopen/dlpreopen
47 dlopen=''
/external/llvm/autoconf/m4/
Dltdl.m4109 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
111 [# PORTME does your system automatically load deplibs for dlopen?
147 # at 6.2 and later dlopen does load deplibs.
157 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
163 # dlopen *does* load deplibs and with the right loader patch applied
188 [Define if the OS needs help to load dependent libraries for dlopen().])
274 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
303 [AC_CHECK_LIB([dl], [dlopen],
310 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
311 …ve the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
/external/llvm/projects/sample/autoconf/m4/
Dltdl.m4109 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
111 [# PORTME does your system automatically load deplibs for dlopen?
147 # at 6.2 and later dlopen does load deplibs.
157 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
163 # dlopen *does* load deplibs and with the right loader patch applied
188 [Define if the OS needs help to load dependent libraries for dlopen().])
274 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
303 [AC_CHECK_LIB([dl], [dlopen],
310 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
311 …ve the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
/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 …]
/external/iproute2/tc/
Dtc.c124 dlh = dlopen(buf, RTLD_LAZY); in get_qdisc_kind()
129 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_qdisc_kind()
178 dlh = dlopen(buf, RTLD_LAZY); in get_filter_kind()
182 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_filter_kind()
Dm_ipt.c264 handle = dlopen(path, RTLD_LAZY); in get_target_name()
268 handle = dlopen(path, RTLD_LAZY); in get_target_name()
272 handle = dlopen(path, RTLD_LAZY); in get_target_name()
277 handle = dlopen(path, RTLD_LAZY); in get_target_name()
/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()
/external/iproute2/genl/
Dgenl.c68 dlh = dlopen(buf, RTLD_LAZY); in get_genl_kind()
72 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_genl_kind()
/external/webkit/Source/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/chromium/base/
Dnative_library_mac.mm21 // dlopen() etc. open the file off disk.
24 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY);
Dnative_library_linux.cc26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY); in LoadNativeLibrary()
/external/qemu/
Ddynlink-static.c25 void* dlopen(void) in dlopen() function
/external/valgrind/main/cachegrind/tests/
Ddlclose.c19 handle = dlopen ("./myprint.so", RTLD_LAZY); in main()
/external/iproute2/include/
Ddlfcn.h13 static inline void *dlopen(const char *file, int flag) in dlopen() function
/external/valgrind/main/exp-sgcheck/tests/
Dpreen_invars.c13 void* hdl = dlopen("./preen_invars_so.so", RTLD_NOW); in main()
/external/compiler-rt/lib/asan/output_tests/
Dshared-lib-test.cc26 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
/external/webkit/Source/WebKit2/mac/
DMainMac.cpp47 static void* frameworkLibrary = dlopen(argv[1], RTLD_NOW); in main()
/external/openssl/crypto/
Dsparcv9cap.c132 if ((h = dlopen(NULL,RTLD_LAZY)))
139 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do
/external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
DSDL_sysloadso.c36 void *handle = dlopen(sofile, RTLD_NOW); in SDL_LoadObject()
/external/openfst/m4/
Dltoptions.m470 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
105 # dlopen
107 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
111 [_LT_SET_OPTION([LT_INIT], [dlopen])
114 put the `dlopen' option into LT_INIT's first parameter.])

1234567