Searched refs:RTLD_DEFAULT (Results 1 – 5 of 5) sorted by relevance
46 #ifndef RTLD_DEFAULT47 #define RTLD_DEFAULT NULL macro98 void *fn = dlsym(RTLD_DEFAULT, "pthread_setname_np"); in SDL_SYS_CreateThread()
56 return dlsym(RTLD_DEFAULT, symbol);
49 /* Since libSDL is most likely a .dylib, need RTLD_DEFAULT not RTLD_SELF. */50 #define DEFAULT_HANDLE RTLD_DEFAULT
46 /* Since libSDL is static, could use RTLD_SELF. Using RTLD_DEFAULT is future48 #define DEFAULT_HANDLE RTLD_DEFAULT
61 return dlsym(RTLD_DEFAULT, proc);
Completed in 5 milliseconds