Searched defs:desym (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c241 static DRI_ELFSYM desym; local
293 desym.st_name = sym.st_name;
294 desym.st_info = sym.st_info;
295 desym.st_other = sym.st_other;
296 desym.st_shndx = sym.st_shndx;
297 desym.st_value = sym.st_value;
298 desym.st_size = sym.st_size;
299 *info = &desym;

Completed in 70 milliseconds