Home
last modified time | relevance | path

Searched refs:pdbimage (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c954 UChar* pdbimage; // image address member
989 pdb->pdbimage + block_list[i] * blocksize, in pdb_ds_read()
1010 pdb->pdbimage + block_list[i]*blocksize, blocksize ); in pdb_jg_read()
1015 static void* find_pdb_header( void* pdbimage, in find_pdb_header() argument
1019 HChar* txteof = VG_(strchr)(pdbimage, '\032'); in find_pdb_header()
1022 if (0!=VG_(strncmp)(pdbimage, pdbtxt, -1+ sizeof(pdbtxt))) in find_pdb_header()
1026 HChar *img_addr = pdbimage; // so we can do address arithmetic in find_pdb_header()
1081 UChar* pdbimage, in pdb_ds_init() argument
1085 reader->pdbimage = pdbimage; in pdb_ds_init()
1092 + reader->pdbimage), in pdb_ds_init()
[all …]
Dpriv_readpdb.h48 void* pdbimage,
Ddebuginfo.c1229 void* pdbimage = (void*)sr_Res(sres); in VG_() local
1230 r = VG_(read)( fd_pdbimage, pdbimage, (Int)n_pdbimage ); in VG_()
1232 VG_(am_munmap_valgrind)( (Addr)pdbimage, n_pdbimage ); in VG_()
1255 pdbimage, n_pdbimage, pdbname, pdb_mtime ); in VG_()
1259 VG_(am_munmap_valgrind)( (Addr)pdbimage, n_pdbimage ); in VG_()