Home
last modified time | relevance | path

Searched defs:dlerror (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/os400/
Dwrappers.h64 #define dlerror _lx_dlerror macro
/external/iproute2/include/
Ddlfcn.h30 static inline char *dlerror(void) in dlerror() function
/external/python/cpython2/Python/
Ddynload_shlib.c15 #define dlerror() "error in dynamic linking" macro
/external/python/cpython3/Python/
Ddynload_shlib.c17 #define dlerror() "error in dynamic linking" macro
/external/python/cpython2/PC/os2emx/
Ddlfcn.c220 char *dlerror() in dlerror() function
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c63 #define dlerror darwin_dlerror macro
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn_simple.c63 #define dlerror darwin_dlerror macro
/external/python/cffi/c/
Dmisc_win32.h233 static const char *dlerror(void) in dlerror() function
/external/rust/crates/libloading/src/os/unix/
Dmod.rs438 fn dlerror() -> *mut raw::c_char; in dlerror() function
/external/libxml2/os400/dlfcn/
Ddlfcn.c257 dlerror(void) in dlerror() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp517 DLErrorType dlerror = nullptr; member
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1370 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1449 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/
Dmod.rs1139 pub fn dlerror() -> *mut ::c_char; in dlerror() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1223 pub fn dlerror() -> *mut ::c_char; in dlerror() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3732 pub fn dlerror() -> *mut ::c_char; in dlerror() function