Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c1076 struct D3SignatureType { struct
1077 struct D3SignatureType *next; argument
1082 D3SignatureType; argument
1089 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()