Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c216 static char undersym[257]; /* Saves calls to malloc(3) */ in darwin_dlsym() local
223 snprintf(undersym, 256, "_%s", symbol); in darwin_dlsym()
224 value = dlsymIntern(handle, undersym); in darwin_dlsym()