Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_image.h119 UInt ML_(img_get_UInt) (DiImage* img, DiOffT offset);
312 UInt r = ML_(img_get_UInt)( c.img, c.ioff ); in ML_()
316 UInt r = ML_(img_get_UInt)( c->img, c->ioff ); in ML_()
Dimage.c901 UInt ML_(img_get_UInt)(DiImage* img, DiOffT offset) in ML_() argument
Dreadelf.c2362 UInt crc = ML_(img_get_UInt)(debuglink_escn.img, in ML_()
Dreaddwarf3.c268 r = ML_(img_get_UInt)(c->sli.img, c->sli_next); in get_UInt()