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...] |