Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:pdbimage

954    UChar* pdbimage;      // image address
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
1081 UChar* pdbimage,
1085 reader->pdbimage = pdbimage;
1092 + reader->pdbimage),
1099 void* pdbimage,
1103 reader->pdbimage = pdbimage;
2181 void* pdbimage,
2343 hdr = find_pdb_header( pdbimage, &signature );
2352 pdb_ds_init( &reader, pdbimage, n_pdbimage );
2364 pdb_jg_init( &reader, pdbimage, n_pdbimage );