Home | History | Annotate | Download | only in coregrind

Lines Matching defs:sres

925    SysRes sres;
947 sres = VG_(open)(fullname,
950 if (sr_isError(sres)) {
955 return VG_(safe_fd)( sr_Res(sres) );