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 48 void* pdbimage,
readpdb.c 954 UChar* pdbimage; // image address member in struct:pdb_reader
989 pdb->pdbimage + block_list[i] * blocksize,
1010 pdb->pdbimage + block_list[i]*blocksize, blocksize );
1015 static void* find_pdb_header( void* pdbimage,
1019 HChar* txteof = VG_(strchr)(pdbimage, '\032');
1022 if (0!=VG_(strncmp)(pdbimage, pdbtxt, -1+ sizeof(pdbtxt)))
1026 HChar *img_addr = pdbimage; // so we can do address arithmetic
    [all...]
debuginfo.c 1229 void* pdbimage = (void*)sr_Res(sres); local
    [all...]

Completed in 153 milliseconds