Searched refs:undersym (Results 1 – 1 of 1) sorted by relevance
216 static char undersym[257]; /* Saves calls to malloc(3) */ in darwin_dlsym() local223 snprintf(undersym, 256, "_%s", symbol); in darwin_dlsym()224 value = dlsymIntern(handle, undersym); in darwin_dlsym()