HomeSort by relevance Sort by last modified time
    Searched defs:dlopen (Results 1 - 20 of 20) sorted by null

  /external/cmockery/cmockery_0_1_2/
configure 8525 dlopen (); function
8851 dlopen (); function
8917 dlopen (); function
    [all...]
  /external/iproute2/include/
dlfcn.h 14 static inline void *dlopen(const char *file, int flag) function
  /bionic/libdl/
libdl_static.c 23 void* dlopen(const char* filename __unused, int flag __unused) { function
libdl.cpp 103 void* dlopen(const char* filename, int flag) { function
  /external/libxml2/os400/
wrappers.h 62 #define dlopen _lx_dlopen macro
  /cts/tests/tests/jni_vendor/src/android/jni/vendor/cts/
VendorJniTest.java 73 public static native String dlopen(String name); method in class:VendorJniTest
78 assertEquals("", dlopen(lib));
85 String error = dlopen(lib);
101 String error = dlopen(lib);
111 String error = dlopen(lib);
  /external/python/cpython2/PC/os2emx/
dlfcn.c 32 /* This library implements dlopen() - Unix-like dynamic linking
71 void *dlopen(char *filename, int flags) function
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn_simple.c 53 extern void * dlopen(const char *path, int mode) __attribute__((weak_import));
61 #define dlopen darwin_dlopen macro
75 /* Mac OS X 10.3+ has dlopen, so strip all this dead code to avoid warnings */
255 if (dlopen != NULL) {
257 ctypes_dlopen = dlopen;
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn_simple.c 53 extern void * dlopen(const char *path, int mode) __attribute__((weak_import));
61 #define dlopen darwin_dlopen macro
75 /* Mac OS X 10.3+ has dlopen, so strip all this dead code to avoid warnings */
255 if (dlopen != NULL) {
257 ctypes_dlopen = dlopen;
  /external/libxml2/os400/dlfcn/
dlfcn.c 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
1156 dlopen(const char * filename, int flag) function
  /toolchain/binutils/binutils-2.27/bfd/
plugin.c 46 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) function
217 plugin_handle = dlopen (pname, RTLD_NOW);
  /external/fio/os/windows/
posix.c 195 void *dlopen(const char *file, int mode) function
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 44 dlopen(const char *file, int mode ATTRIBUTE_UNUSED) function
196 this->handle_ = dlopen(this->filename_.c_str(), RTLD_NOW);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 79 /* The shared library handle returned by dlopen. */
185 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) function
259 newplug->dlhandle = dlopen (plugin, RTLD_NOW);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 509 #define dlopen(...) (pthread_testcancel(), dlopen(__VA_ARGS__)) macro
    [all...]
  /external/valgrind/perf/
tinycc.c 6585 void *dlopen(const char *filename, int flag) function
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 228 milliseconds