Searched refs:phsz (Results 1 – 1 of 1) sorted by relevance
101 Int phsz; in readelf() local141 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()