Home
last modified time | relevance | path

Searched defs:dlsym (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/os400/
Dwrappers.h63 #define dlsym _lx_dlsym macro
/external/iproute2/include/
Ddlfcn.h23 static inline void *dlsym(void *handle, const char *sym) in dlsym() function
/external/python/cpython2/PC/os2emx/
Ddlfcn.c157 void *dlsym(void *handle, char *symbol) in dlsym() function
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn_simple.c62 #define dlsym darwin_dlsym macro
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c62 #define dlsym darwin_dlsym macro
/external/libxml2/os400/dlfcn/
Ddlfcn.c986 dlsym(void * handle, const char * symbol) in dlsym() function
/external/fio/os/windows/
Dposix.c208 void *dlsym(void *handle, const char *name) in dlsym() function