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

  /external/iproute2/include/
dlfcn.h 35 static inline int dlclose(void *handle) function
  /bionic/libdl/
libdl_static.c 45 int dlclose(void* handle __unused) { function
libdl.cpp 131 int dlclose(void* handle) { function
  /external/python/cpython2/PC/os2emx/
dlfcn.c 192 int dlclose(void *handle) function
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 110 std::unique_ptr<void, decltype(&dlclose)> handle(dlopen(path.c_str(), RTLD_NOW), dlclose); local
297 dlclose(handle);
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn_simple.c 56 extern int dlclose(void * handle) __attribute__((weak_import));
64 #define dlclose darwin_dlclose macro
259 ctypes_dlclose = dlclose;
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn_simple.c 56 extern int dlclose(void * handle) __attribute__((weak_import));
64 #define dlclose darwin_dlclose macro
259 ctypes_dlclose = dlclose;
  /frameworks/av/media/libeffects/factory/
EffectsXmlConfigLoader.cpp 61 * The caller MUST free the resources path (free) and handle (dlclose) if filled.
75 std::unique_ptr<void, decltype(dlclose)*> libHandle(dlopen(path, RTLD_NOW),
76 dlclose); variable
  /external/libxml2/os400/dlfcn/
dlfcn.c 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
1019 dlclose(void * handle) function
  /toolchain/binutils/binutils-2.27/bfd/
plugin.c 58 dlclose (void *handle) function
  /external/fio/os/windows/
posix.c 190 int dlclose(void *handle) function
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 201 dlclose (void *handle) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 508 #define dlclose(...) (pthread_testcancel(), dlclose(__VA_ARGS__)) macro
    [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 224 milliseconds