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

123456789

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dasan_dlopen_test.cc1 // Test that dlopen of dynamic runtime is prohibited.
11 dlopen(RT, RTLD_LAZY);
H A Dcoverage-module-unloaded.cc29 dlopen(SO_DIR "/libcoverage_module_unloaded_test_1.so", RTLD_LAZY);
35 dlopen(SO_DIR "/libcoverage_module_unloaded_test_2.so", RTLD_LAZY);
H A Dcoverage-direct.cc1 // Test for direct coverage writing with dlopen.
36 dlopen(SO_DIR "/libcoverage_direct_test_1.so", RTLD_LAZY);
H A Dstack-trace-dlclose.cc27 void *handle = dlopen(SO_DIR "/stack_trace_dlclose.so", RTLD_LAZY);
/external/qemu/android/
H A Ddynlink-static.c22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
25 void* dlopen(void) function
/external/fio/os/windows/posix/include/
H A Ddlfcn.h6 void *dlopen(const char *file, int mode);
/external/compiler-rt/test/msan/
H A Ddlerror.cc9 void *p = dlopen("/bad/file/name", RTLD_NOW);
/external/compiler-rt/test/tsan/
H A Dignore_lib2.cc19 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW);
20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW);
H A Dignore_lib1.cc22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
H A Dignore_lib3.cc19 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
/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/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS);
28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS);
/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 );
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dzoo.cpp10 void* bar_lib = dlopen("libbar.so", RTLD_NOW);
H A Dbench_load_library.cpp70 // Load the library with dlopen().
74 ScopedTimer timer("dlopen");
75 lib = dlopen(library_path, RTLD_NOW);
78 Panic("Could not load library with dlopen(): %s\n", dlerror());
102 void* sles_lib = dlopen("libOpenSLES.so", RTLD_NOW);
116 void* sys1_lib = dlopen("libandroid.so", RTLD_NOW);
117 void* sys2_lib = dlopen("libjnigraphics.so", RTLD_NOW);
118 void* sys3_lib = dlopen("libOpenSLES.so", RTLD_NOW);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlibudevsymboltable.cc45 rtc::DllHandle libudev_1 = dlopen("libudev.so.1",
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc1 // Test for direct coverage writing with dlopen.
57 dlopen(SO_DIR "/libcoverage_android_test_1.so", RTLD_LAZY);
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.c10 handle = dlopen ("liblibdl-simple.so", RTLD_LAZY);
/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/lldb/test/functionalities/load_unload/
H A Dmain.c26 a_dylib_handle = dlopen (a_name, RTLD_NOW); // Set break point at this line for test_lldb_process_load_and_unload_commands().
42 c_dylib_handle = dlopen (c_name, RTLD_NOW);
55 a_dylib_handle = dlopen (a_name, RTLD_NOW);
/external/chromium_org/base/
H A Dnative_library_posix.cc23 // dlopen() opens the file off disk.
30 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp16 fLibrary = dlopen(
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp18 fLibrary = dlopen(

Completed in 563 milliseconds

123456789