Searched refs:dlopen (Results 1 - 25 of 176) sorted by relevance

12345678

/external/qemu/
H A Ddynlink-static.c22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
25 void* dlopen(void) function
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dbrowser_dlopen_test.cc20 // This is a valid .so to load up, but dlopen doesn't work from the main
22 void* lib_handle = dlopen("libmemusage.so", RTLD_LAZY);
34 void* lib_handle = dlopen("libmemusage.so", RTLD_LAZY);
46 // service the requests issued from the dlopen call, we can't wait
/external/iproute2/include/
H A Ddlfcn.h13 static inline void *dlopen(const char *file, int flag) function
/external/qemu/android/config/
H A Dcheck-esd.c45 esd_lib = dlopen( "libesd.so", RTLD_NOW );
47 esd_lib = dlopen( "libesd.so.0", RTLD_NOW );
H A Dcheck-pulseaudio.c46 pa_lib = dlopen( "libpulse-simple.so", RTLD_NOW );
48 pa_lib = dlopen( "libpulse-simple.so.0", RTLD_NOW );
/external/chromium_org/chrome/common/
H A Dexternal_ipc_fuzzer.cc21 void *fuzz_library = dlopen(kFuzzLibraryName, RTLD_NOW);
/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Dasan-symbolize-sanity-test.cc20 void *lib = dlopen(path.c_str(), RTLD_NOW);
22 printf("error in dlopen(): %s\n", dlerror());
H A Dshared-lib-test.cc27 void *lib = dlopen(path.c_str(), RTLD_NOW);
29 printf("error in dlopen(): %s\n", dlerror());
H A Dinit-order-dlopen.cc4 // RUN: %clangxx_asan -O0 %p/SharedLibs/init-order-dlopen-so.cc \
44 if (0 == dlopen(path.c_str(), RTLD_NOW)) {
H A Ddlclose-test.cc47 void *lib = dlopen(path.c_str(), RTLD_NOW);
49 printf("error in dlopen(): %s\n", dlerror());
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.c19 handle = dlopen ("./myprint.so", RTLD_LAZY);
/external/valgrind/main/exp-sgcheck/tests/
H A Dpreen_invars.c13 void* hdl = dlopen("./preen_invars_so.so", RTLD_NOW);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dunity_service.cc65 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY);
67 unity_lib = dlopen("libunity.so.6", RTLD_LAZY);
69 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
/external/chromium/base/
H A Dnative_library_linux.cc19 // dlopen() opens the file off disk.
26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
/external/chromium_org/base/
H A Dnative_library_posix.cc19 // dlopen() opens the file off disk.
26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
H A Duse_tls_dynamic.cc18 void *handle = dlopen(path.c_str(), RTLD_LAZY);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dunity_service.cc67 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY);
69 unity_lib = dlopen("libunity.so.6", RTLD_LAZY);
71 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
/external/compiler-rt/lib/tsan/lit_tests/
H A Dload_shared_lib.cc34 void *lib = dlopen(path.c_str(), RTLD_NOW);
36 printf("error in dlopen(): %s\n", dlerror());
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
/external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/
H A DSDL_sysloadso.c36 void *handle = dlopen(sofile, RTLD_NOW);
/external/smali/deodexerant/
H A Ddeodexerant.c48 void *libdvm = dlopen("libdvm.so", RTLD_LAZY);
/external/llvm/autoconf/m4/
H A Dltdl.m4102 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
104 [# PORTME does your system automatically load deplibs for dlopen?
140 # at 6.2 and later dlopen does load deplibs.
150 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
156 # dlopen *does* load deplibs and with the right loader patch applied
181 [Define if the OS needs help to load dependent libraries for dlopen().])
253 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
282 [AC_CHECK_LIB([dl], [dlopen],
289 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
290 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
[all...]
/external/llvm/projects/sample/autoconf/m4/
H A Dltdl.m4108 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
110 [# PORTME does your system automatically load deplibs for dlopen?
146 # at 6.2 and later dlopen does load deplibs.
156 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
162 # dlopen *does* load deplibs and with the right loader patch applied
187 [Define if the OS needs help to load dependent libraries for dlopen().])
259 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
288 [AC_CHECK_LIB([dl], [dlopen],
295 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
296 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
[all...]
/external/iproute2/genl/
H A Dgenl.c68 dlh = dlopen(buf, RTLD_LAZY);
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);

Completed in 3735 milliseconds

12345678