Searched refs:DLSYM (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/stubs/
H A Dstubsinit.c8 #define DLSYM(h,f) GetProcAddress(h,f) macro
12 #define DLSYM(h,f) dlsym(h, f) macro
41 __##sym = (typeof(__##sym)) DLSYM(handle, #sym)
44 __ptr_##sym = (typeof(__ptr_##sym)) DLSYM(handle, #sym)

Completed in 3 milliseconds