HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 1 - 25 of 484) 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);
  /bionic/tests/libs/
dlopen_testlib_dlopen_from_ctor.cpp 20 void* handle = dlopen("libc.so", RTLD_NOW);
dlopen_b.cpp 9 // by dlopen.
10 void *handle = dlopen("libtest_dt_runpath_x.so", RTLD_NOW);
namespaces_root.cpp 38 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL);
  /external/fio/os/windows/posix/include/
dlfcn.h 6 void *dlopen(const char *file, int mode);
  /external/libxml2/os400/dlfcn/
dlfcn.h 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
14 *** Flags for dlopen().
27 extern void * dlopen(const char * filename, int flag);
  /external/skia/src/ports/
SkOSLibrary_posix.cpp 16 return dlopen(libraryName, RTLD_LAZY);
  /external/compiler-rt/test/msan/
dlerror.cc 13 void *p = dlopen("/bad/file/name", RTLD_NOW);
dlopen_executable.cc 12 void *p = dlopen(0, 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);
  /bionic/tests/
dlfcn_test.cpp 54 void* self = dlopen(nullptr, RTLD_NOW);
71 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_LAZY | RTLD_LOCAL);
108 void* preload = dlopen("libtest_dlsym_from_this_grandchild.so", RTLD_NOW | RTLD_LOCAL);
111 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW | RTLD_LOCAL);
151 void* handle = dlopen("libtest_empty.so", RTLD_NOW);
152 dlopen("libtest_with_dependency.so", RTLD_NOW | RTLD_GLOBAL);
164 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW);
177 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD);
179 handle = dlopen("libtest_simple.so", RTLD_NOW);
180 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD)
    [all...]
  /bionic/libdl/
libdl.map.txt 25 dlopen;
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-module-unloaded.cc 28 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib1
33 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2
coverage-direct-activation.cc 51 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib
coverage-direct.cc 1 // Test for direct coverage writing with dlopen at coverage level 1 to 3.
75 void *handle1 = dlopen(argv[1], RTLD_LAZY);
  /development/ndk/platforms/android-3/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /external/avahi/avahi-client/
check-nss.c 46 if ((dl = dlopen(*l, RTLD_LAZY))) {
  /external/iproute2/include/
dlfcn.h 14 static inline void *dlopen(const char *file, int flag) function
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main3.c 12 void* handle = dlopen(argv[1], RTLD_LAZY | RTLD_GLOBAL);
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main3.c 12 void* handle = dlopen(argv[1], RTLD_LAZY | RTLD_GLOBAL);
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dl1main.c 13 handle = dlopen("./tmpdir/libdl1.so", RTLD_GLOBAL|RTLD_LAZY);
16 printf("dlopen ./tmpdir/libdl1.so: %s\n", dlerror ());
dl6amain.c 13 handle = dlopen("./tmpdir/libdl6a.so", RTLD_GLOBAL|RTLD_LAZY);
16 printf("dlopen ./tmpdir/libdl6a.so: %s\n", dlerror ());

Completed in 1912 milliseconds

1 2 3 4 5 6 7 8 91011>>