Home
last modified time | relevance | path

Searched defs:dlerror (Results 1 – 9 of 9) 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.c16 #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/libxml2/os400/dlfcn/
Ddlfcn.c257 dlerror(void) in dlerror() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1370 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() argument