Home
last modified time | relevance | path

Searched refs:dlsymIntern (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c77 static void *dlsymIntern(void *handle, const char *symbol);
148 static void *dlsymIntern(void *handle, const char *symbol) in dlsymIntern() function
224 value = dlsymIntern(handle, undersym); in darwin_dlsym()
232 value = dlsymIntern(handle, malloc_sym); in darwin_dlsym()