Searched defs:type_signature (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c478 ULong type_signature; member in struct:__anon19401
1049 cc->type_signature = get_ULong( c );
1079 ULong type_signature; member in struct:D3SignatureType
1086 ULong type_signature,
1091 dstype->data = (UWord) type_signature;
1092 dstype->type_signature = type_signature;
1101 ULong type_signature,
1104 D3SignatureType *dstype = VG_(HT_lookup) ( tab, (UWord) type_signature );
1107 while ( dstype != NULL && dstype->type_signature !
1085 record_signatured_type( VgHashTable *tab, ULong type_signature, UWord die ) argument
1100 lookup_signatured_type( const VgHashTable *tab, ULong type_signature, void (*barf)( const HChar* ) __attribute__((noreturn)) ) argument
[all...]

Completed in 82 milliseconds