Home
last modified time | relevance | path

Searched refs:gdx2d_load (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c35 gdx2d_pixmap *(*gdx2d_load)(const unsigned char *buffer, uint32_t len); variable
43 gdx2d_load = dlsym(libgdx, "gdx2d_load"); in main()
45 if(gdx2d_load == NULL || gdx2d_free == NULL){ in main()
56 gdx2d_pixmap *pixmap = gdx2d_load((unsigned char *) ptr, st.st_size); in main()