Searched refs:LoaderSymbol (Results 1 – 6 of 6) sorted by relevance
79 provider = LoaderSymbol("__glXDRI2Provider"); in glxSetup()
158 extern _X_EXPORT void *LoaderSymbol(const char *);
862 initData = LoaderSymbol(pSymbol); in DoShowOptions()
1541 return LoaderSymbol(name) != NULL; in xf86LoaderCheckSymbol()
117 LoaderSymbol(const char *name) in LoaderSymbol() function
73121 LoaderSymbol calls dlsym with RTLD_DEFAULT pseudo handle making it search in137960 and symbols that are accessible via LoaderSymbol/dlopen.137972 LoaderSymbol and similar functions now don't have different prototypes,138574 Rework code using return value of LoaderSymbol as a function pointer.138577 define xf86_sym ((type (*)(argument-list))LoaderSymbol("sym"))138584 These symbols are a special case, as, due to the fact that LoaderSymbol175490 loaded modules. Fixes LoaderSymbol() on symbols provided by the server.188124 Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so188246 Change several LoaderSymbol calls introduced by the bug #400 patch to