HomeSort by relevance Sort by last modified time
    Searched refs:pdbimage (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
priv_readpdb.h 45 void* pdbimage,
readpdb.c 976 UChar* pdbimage; // image address member in struct:pdb_reader
1011 pdb->pdbimage + block_list[i] * blocksize,
1032 pdb->pdbimage + block_list[i]*blocksize, blocksize );
1037 static void* find_pdb_header( UChar* pdbimage,
1041 UChar* txteof = (UChar*)VG_(strchr)(pdbimage, '\032');
1044 if (0!=VG_(strncmp)(pdbimage, pdbtxt, -1+ sizeof(pdbtxt)))
1048 return (void*)((~3& (3+ (4+ 1+ (txteof - pdbimage)))) + pdbimage);
    [all...]
debuginfo.c 1212 void* pdbimage = (void*)sr_Res(sres); local
    [all...]

Completed in 667 milliseconds