Searched defs:fd_pdbimage (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c1211 Int fd_pdbimage; local
1364 fd_pdbimage = sr_Res(sres);
1372 VG_(close)(fd_pdbimage);
1377 VG_(close)(fd_pdbimage);
1382 r = VG_(read)( fd_pdbimage, pdbimage, (Int)n_pdbimage );
1385 VG_(close)(fd_pdbimage);
1412 VG_(close)(fd_pdbimage);

Completed in 59 milliseconds