Searched refs:dlopen (Results 26 - 50 of 213) sorted by relevance

123456789

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dfunction-sections-are-bad.cc19 void *handle = dlopen(path, RTLD_LAZY);
H A Dstress_dtls.c2 // Stress test dynamic TLS + dlopen + threads.
5 // it fails with ~17 DSOs dlopen-ed.
84 void *handle = dlopen(buf, RTLD_LAZY);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dinit-order-dlopen.cc50 if (0 == dlopen(path.c_str(), RTLD_NOW)) {
H A Dshared-lib-test.cc25 void *lib = dlopen(path.c_str(), RTLD_NOW);
27 printf("error in dlopen(): %s\n", dlerror());
H A Dasan-symbolize-sanity-test.cc26 void *lib = dlopen(path.c_str(), RTLD_NOW);
28 printf("error in dlopen(): %s\n", dlerror());
H A Dstart-deactivated.cc3 // library is instrumented. Memory errors before dlopen are not detected.
36 void *dso = dlopen(path.c_str(), RTLD_NOW);
38 fprintf(stderr, "dlopen failed: %s\n", dlerror());
/external/compiler-rt/test/lsan/TestCases/
H A Duse_tls_dynamic.cc19 void *handle = dlopen(path.c_str(), RTLD_LAZY);
39 // allocation of a new TLS storage chunk when loaded with dlopen(). We use it
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp18 fLibrary = dlopen(
/external/qemu/android/config/
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/browser/ui/libgtk2ui/
H A Dunity_service.cc72 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY);
74 unity_lib = dlopen("libunity.so.6", RTLD_LAZY);
76 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/chromium_org/tools/android/run_pie/
H A Drun_pie.c43 // dlopen should not fail, unless:
47 void* handle = dlopen(argv[0], RTLD_NOW);
49 printf(ERR_PREFIX "dlopen() failed: %s.\n", dlerror());
/external/compiler-rt/test/msan/
H A Ddtls_test.c42 void *handle = dlopen(path, RTLD_LAZY);
/external/compiler-rt/test/tsan/
H A Dload_shared_lib.cc54 void *lib = dlopen(path.c_str(), RTLD_NOW);
56 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/ltrace/testsuite/ltrace.minor/
H A Dattach-process-dlopen.exp37 void *libll = dlopen(buf, RTLD_LAZY | RTLD_LOCAL);
/external/chromium_org/content/common/sandbox_linux/
H A Dbpf_gpu_policy_linux.cc222 // Accelerated video dlopen()'s some shared objects
233 dlopen(I965DrvVideoPath, RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE);
234 dlopen("libva.so.1", RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE);
235 dlopen("libva-x11.so.1", RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE);
H A Dbpf_cros_arm_gpu_policy_linux.cc180 dlopen("/usr/lib/libmali.so", dlopen_flag);
182 dlopen("/usr/lib/libtegrav4l2.so", dlopen_flag);
/external/iproute2/genl/
H A Dgenl.c68 dlh = dlopen(buf, RTLD_LAZY);
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/chromium_org/net/dns/
H A Ddns_config_watcher_mac.cc27 handle_ = dlopen("/usr/lib/libSystem.dylib",
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlopen.h29 * Wrapper functions for dlopen(), dlsym(), dlclose().
43 * Wrapper for dlopen().
53 return dlopen(libname, flags);
/external/chromium_org/third_party/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY);
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.cc54 DllHandle handle = dlopen(dll_name, RTLD_NOW);

Completed in 5902 milliseconds

123456789