Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c418 } PDB_TYPES, *PPDB_TYPES; typedef
1170 static void pdb_convert_types_header( PDB_TYPES *types, char* image ) in pdb_convert_types_header()
1172 VG_(memset)( types, 0, sizeof(PDB_TYPES) ); in pdb_convert_types_header()
1186 *types = *(PDB_TYPES *)image; in pdb_convert_types_header()
1838 PDB_TYPES types; in pdb_dump()