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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddlfcn_simple.c44 static void *dlsymIntern(void *handle, const char *symbol);
116 /* dlsymIntern is used by dlsym to find the symbol */
117 void *dlsymIntern(void *handle, const char *symbol) function
182 /* dlsym, prepend the underscore and call dlsymIntern */
193 value = dlsymIntern(handle, undersym);
201 value = dlsymIntern(handle, malloc_sym);

Completed in 30 milliseconds