Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:sr_Res

842       actual_fd = sr_Res(fd);
859 if (sr_Res(preadres) == 0)
861 vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf1k) );
865 if (!ML_(is_elf_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
868 if (!ML_(is_macho_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
1195 fd_pdbimage = sr_Res(sres);
1212 void* pdbimage = (void*)sr_Res(sres);