Home
last modified time | relevance | path

Searched defs:ctypes_dlsym (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
Dctypes_dlfcn.h14 #define ctypes_dlsym dlsym macro
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c69 void * (*ctypes_dlsym)(void * handle, const char *symbol); variable