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

/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c262 static void *dlsym_prepend_underscore_intern(void *handle, const char *symbol);
1046 answer = dlsym_prepend_underscore_intern(handle, symbol);
1051 static void *dlsym_prepend_underscore_intern(void *handle, const char *symbol) function
1094 addr = dlsym_prepend_underscore_intern(handle, symbol);

Completed in 25 milliseconds