Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_ume/
Delf.c101 Int phsz; in readelf() local
141 phsz = sizeof(ESZ(Phdr)) * e->e.e_phnum; in readelf()
142 e->p = VG_(malloc)("ume.re.2", phsz); in readelf()
144 sres = VG_(pread)(fd, e->p, phsz, e->e.e_phoff); in readelf()
145 if (sr_isError(sres) || sr_Res(sres) != phsz) { in readelf()