/external/qemu/android/config/ |
D | check-esd.c | 45 esd_lib = dlopen( "libesd.so", RTLD_NOW ); in main() 47 esd_lib = dlopen( "libesd.so.0", RTLD_NOW ); in main()
|
D | check-pulseaudio.c | 46 pa_lib = dlopen( "libpulse-simple.so", RTLD_NOW ); in main() 48 pa_lib = dlopen( "libpulse-simple.so.0", RTLD_NOW ); in main()
|
D | check-alsa.c | 77 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/ |
D | libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/protobuf/src/solaris/ |
D | libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/llvm/autoconf/m4/ |
D | ltdl.m4 | 109 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/ |
D | ltdl.m4 | 109 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/ |
D | ltconfig | 322 --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/ |
D | tc.c | 124 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()
|
D | m_ipt.c | 264 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/ |
D | gmodule-dl.c | 99 handle = dlopen (file_name, in _g_module_open() 116 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
D | gmodule-ar.c | 122 handle = dlopen (full_name, in _g_module_open() 138 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
/external/iproute2/genl/ |
D | genl.c | 68 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/ |
D | SoftLinking.h | 35 static void* dylib = dlopen("/usr/lib/" #lib ".dylib", RTLD_NOW); \ 43 …static void* frameworkLibrary = dlopen("/System/Library/Frameworks/" #framework ".framework/" #fra…
|
/external/chromium/base/ |
D | native_library_mac.mm | 21 // dlopen() etc. open the file off disk. 24 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY);
|
D | native_library_linux.cc | 26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY); in LoadNativeLibrary()
|
/external/qemu/ |
D | dynlink-static.c | 25 void* dlopen(void) in dlopen() function
|
/external/valgrind/main/cachegrind/tests/ |
D | dlclose.c | 19 handle = dlopen ("./myprint.so", RTLD_LAZY); in main()
|
/external/iproute2/include/ |
D | dlfcn.h | 13 static inline void *dlopen(const char *file, int flag) in dlopen() function
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | preen_invars.c | 13 void* hdl = dlopen("./preen_invars_so.so", RTLD_NOW); in main()
|
/external/compiler-rt/lib/asan/output_tests/ |
D | shared-lib-test.cc | 26 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
|
/external/webkit/Source/WebKit2/mac/ |
D | MainMac.cpp | 47 static void* frameworkLibrary = dlopen(argv[1], RTLD_NOW); in main()
|
/external/openssl/crypto/ |
D | sparcv9cap.c | 132 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/ |
D | SDL_sysloadso.c | 36 void *handle = dlopen(sofile, RTLD_NOW); in SDL_LoadObject()
|
/external/openfst/m4/ |
D | ltoptions.m4 | 70 _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.])
|