Searched refs:pdbimage (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 954 UChar* pdbimage; // image address member 991 pdb->pdbimage + block_list[i] * blocksize, in pdb_ds_read() 1012 pdb->pdbimage + block_list[i]*blocksize, blocksize ); in pdb_jg_read() 1017 static void* find_pdb_header( void* pdbimage, in find_pdb_header() argument 1021 HChar* txteof = VG_(strchr)(pdbimage, '\032'); in find_pdb_header() 1024 if (0!=VG_(strncmp)(pdbimage, pdbtxt, -1+ sizeof(pdbtxt))) in find_pdb_header() 1028 HChar *img_addr = pdbimage; // so we can do address arithmetic in find_pdb_header() 1083 UChar* pdbimage, in pdb_ds_init() argument 1087 reader->pdbimage = pdbimage; in pdb_ds_init() 1094 + reader->pdbimage), in pdb_ds_init() [all …]
|
D | priv_readpdb.h | 48 void* pdbimage,
|
D | debuginfo.c | 1386 void* pdbimage = (void*)sr_Res(sres); in VG_() local 1387 r = VG_(read)( fd_pdbimage, pdbimage, (Int)n_pdbimage ); in VG_() 1389 VG_(am_munmap_valgrind)( (Addr)pdbimage, n_pdbimage ); in VG_() 1412 pdbimage, n_pdbimage, pdbname, pdb_mtime ); in VG_() 1416 VG_(am_munmap_valgrind)( (Addr)pdbimage, n_pdbimage ); in VG_()
|