Searched refs:SDL_OSX_dlsym (Results 1 – 1 of 1) sorted by relevance
116 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() function1099 static void *SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol) in SDL_OSX_dlsym() function1393 void *symbol = SDL_OSX_dlsym(handle, name); in SDL_LoadFunction()