Home
last modified time | relevance | path

Searched defs:dlclose (Results 1 – 14 of 14) sorted by relevance

/external/iproute2/include/
Ddlfcn.h35 static inline int dlclose(void *handle) in dlclose() function
/external/python/cpython2/PC/os2emx/
Ddlfcn.c192 int dlclose(void *handle) in dlclose() function
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c64 #define dlclose darwin_dlclose macro
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn_simple.c64 #define dlclose darwin_dlclose macro
/external/python/cffi/c/
Dmisc_win32.h228 static int dlclose(void *handle) in dlclose() function
/external/compiler-rt/lib/cfi/
Dcfi.cc387 INTERCEPTOR(int, dlclose, void *handle) { in INTERCEPTOR() argument
/external/rust/crates/libloading/src/os/unix/
Dmod.rs436 fn dlclose(handle: *mut raw::c_void) -> raw::c_int; in dlclose() function
/external/llvm-project/compiler-rt/lib/cfi/
Dcfi.cpp431 INTERCEPTOR(int, dlclose, void *handle) { in INTERCEPTOR() argument
/external/libxml2/os400/dlfcn/
Ddlfcn.c1019 dlclose(void * handle) in dlclose() function
/external/python/cffi/cffi/
Dapi.py151 def dlclose(self, lib): member in FFI
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp515 DLCloseType dlclose = nullptr; member
/external/rust/crates/libc/src/unix/
Dmod.rs1141 pub fn dlclose(handle: *mut ::c_void) -> ::c_int; in dlclose() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1229 pub fn dlclose(handle: *mut ::c_void) -> ::c_int; in dlclose() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3734 pub fn dlclose(handle: *mut ::c_void) -> ::c_int; in dlclose() function