Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c1089 D3SignatureType *dstype = ML_(dinfo_zalloc) ( "di.readdwarf3.sigtype", in record_signatured_type() local
1091 dstype->data = (UWord) type_signature; in record_signatured_type()
1092 dstype->type_signature = type_signature; in record_signatured_type()
1093 dstype->die = die; in record_signatured_type()
1094 VG_(HT_add_node) ( tab, dstype ); in record_signatured_type()
1104 D3SignatureType *dstype = VG_(HT_lookup) ( tab, (UWord) type_signature ); in lookup_signatured_type() local
1107 while ( dstype != NULL && dstype->type_signature != type_signature) in lookup_signatured_type()
1108 dstype = dstype->next; in lookup_signatured_type()
1109 if (dstype == NULL) { in lookup_signatured_type()
1114 return dstype->die; in lookup_signatured_type()