HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 1 - 25 of 445) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Linux/
asan_dlopen_test.cc 1 // Test that dlopen of dynamic runtime is prohibited.
11 dlopen(RT, RTLD_LAZY);
coverage-module-unloaded.cc 29 dlopen(SO_DIR "/libcoverage_module_unloaded_test_1.so", RTLD_LAZY);
35 dlopen(SO_DIR "/libcoverage_module_unloaded_test_2.so", RTLD_LAZY);
coverage-direct.cc 1 // Test for direct coverage writing with dlopen.
36 dlopen(SO_DIR "/libcoverage_direct_test_1.so", RTLD_LAZY);
  /external/qemu/android/
dynlink-static.c 22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
25 void* dlopen(void) function
  /external/fio/os/windows/posix/include/
dlfcn.h 6 void *dlopen(const char *file, int mode);
  /external/compiler-rt/test/msan/
dlerror.cc 9 void *p = dlopen("/bad/file/name", RTLD_NOW);
  /external/compiler-rt/test/tsan/
ignore_lib2.cc 19 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW);
20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
browser_dlopen_test.cc 20 // 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
  /bionic/tests/
dlfcn_test.cpp 49 void* self = dlopen(NULL, RTLD_NOW);
66 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW);
79 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD);
81 handle = dlopen("libtest_simple.so", RTLD_NOW);
82 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD);
91 void* self = dlopen("/does/not/exist", RTLD_NOW);
94 ASSERT_STREQ("dlopen failed: library \"/does/not/exist\" not found", dlerror());
101 dlopen("/child/thread", RTLD_NOW);
106 dlopen("/main/thread", RTLD_NOW);
123 void* self = dlopen(NULL, RTLD_NOW)
    [all...]
  /development/ndk/platforms/android-3/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /external/iproute2/include/
dlfcn.h 13 static inline void *dlopen(const char *file, int flag) function
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Library.c 38 return dlopen(filename, flag);
  /ndk/tests/device/whole-static-libs/jni/
main.c 15 lib = dlopen(buf, RTLD_NOW);
17 fprintf(stderr, "Could not dlopen(\"libbar.so\"): %s\n", dlerror());
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 91011>>