Searched refs:sofile (Results 1 – 4 of 4) sorted by relevance
33 SDL_LoadObject(const char *sofile) in SDL_LoadObject() argument35 LPTSTR tstr = WIN_UTF8ToString(sofile); in SDL_LoadObject()51 SDL_strlcat(errbuf, sofile, SDL_arraysize(errbuf)); in SDL_LoadObject()
38 SDL_LoadObject(const char *sofile) in SDL_LoadObject() argument50 handle = dlopen(sofile, RTLD_NOW|RTLD_LOCAL); in SDL_LoadObject()53 SDL_SetError("Failed loading %s: %s", sofile, loaderror); in SDL_LoadObject()
31 SDL_LoadObject(const char *sofile) in SDL_LoadObject() argument34 SDL_SetError("Failed loading %s: %s", sofile, loaderror); in SDL_LoadObject()
58 extern DECLSPEC void *SDLCALL SDL_LoadObject(const char *sofile);
Completed in 9 milliseconds