Searched refs:D3SignatureType (Results 1 – 1 of 1) sorted by relevance
1076 struct D3SignatureType { struct1077 struct D3SignatureType *next; argument1082 D3SignatureType; argument1089 D3SignatureType *dstype = ML_(dinfo_zalloc) ( "di.readdwarf3.sigtype", in record_signatured_type()1090 sizeof(D3SignatureType) ); in record_signatured_type()1104 D3SignatureType *dstype = VG_(HT_lookup) ( tab, (UWord) type_signature ); in lookup_signatured_type()