Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:sr_Res

1023    if (VG_(fstat)(sr_Res(fd), &stat_buf) != 0) {
1024 VG_(close)(sr_Res(fd));
1034 ( *size, VKI_PROT_READ, sr_Res(fd), 0 );
1036 VG_(close)(sr_Res(fd));
1042 Char* debug_buildid = find_buildid(sr_Res(sres), *size);
1044 SysRes res = VG_(am_munmap_valgrind)(sr_Res(sres), *size);
1058 calccrc = calc_gnu_debuglink_crc32(0, (UChar*)sr_Res(sres), *size);
1060 SysRes res = VG_(am_munmap_valgrind)(sr_Res(sres), *size);
1072 return sr_Res(sres);
1124 if (VG_(fstat)(sr_Res(fd), &stat_buf) != 0) {
1125 VG_(close)(sr_Res(fd));
1132 ( *n_dimage, VKI_PROT_READ, sr_Res(fd), 0 );
1134 VG_(close)(sr_Res(fd));
1138 *dimage = sr_Res(sres);
1388 { Long n_oimageLL = VG_(fsize)(sr_Res(fd));
1391 VG_(close)(sr_Res(fd));
1398 ( n_oimage, VKI_PROT_READ, sr_Res(fd), 0 );
1400 VG_(close)(sr_Res(fd));
1409 oimage = sr_Res(sres);