Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c116 static void * SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol);
1014 static void *SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol) in SDL_OSX_dlsym() function
1099 static void *SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol) in SDL_OSX_dlsym() function
1393 void *symbol = SDL_OSX_dlsym(handle, name); in SDL_LoadFunction()