Searched refs:phsz (Results 1 – 1 of 1) sorted by relevance
96 Int phsz; in readelf() local136 phsz = sizeof(ESZ(Phdr)) * e->e.e_phnum; in readelf()137 e->p = VG_(malloc)("ume.re.2", phsz); in readelf()139 sres = VG_(pread)(fd, e->p, phsz, e->e.e_phoff); in readelf()140 if (sr_isError(sres) || sr_Res(sres) != phsz) { in readelf()