Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dpriv_tytypes.h144 TyEnt; typedef
148 Bool ML_(TyEnt__is_type)( const TyEnt* );
151 void ML_(pp_TyEnt)( const TyEnt* );
162 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 );
166 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 );
171 void ML_(TyEnt__make_EMPTY) ( TyEnt* te );
204 struct { UWord cuOff0; TyEnt* ent0;
205 UWord cuOff1; TyEnt* ent1; }
216 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents,
Dtytypes.c51 Bool ML_(TyEnt__is_type)( const TyEnt* te ) in ML_()
83 void ML_(pp_TyEnt)( const TyEnt* te ) in ML_()
206 const TyEnt* tyent = VG_(indexXA)( tyents, i ); in ML_()
218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in pp_TyBound_C_ishly()
240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in ML_()
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents, in ML_()
345 TyEnt key, *res; in ML_()
368 TyEnt* te; in ML_()
392 res = (TyEnt*)VG_(indexXA)( ents, first ); in ML_()
413 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 ) in ML_()
[all …]
Dreaddwarf3.c2881 TyEnt *qparentE; /* parent TyEnts */
2946 const TyEnt* parentE, Int level ) in typestack_push()
3036 TyEnt typeE; in parse_type_DIE()
3037 TyEnt atomE; in parse_type_DIE()
3038 TyEnt fieldE; in parse_type_DIE()
3039 TyEnt boundE; in parse_type_DIE()
3830 TyEnt* ent; in chase_cuOff()
3870 /*MOD*/TyEnt* te ) in TyEnt__subst_R_fields()
3951 TyEnt* ent = VG_(indexXA)( ents, i ); in dedup_types_substitution_pass()
3975 TyEnt* ent; in dedup_types_commoning_pass()
[all …]
Ddebuginfo.c210 TyEnt* ent; in free_DebugInfo()
252 ent = (TyEnt*)VG_(indexXA)(di->admin_tyents, i); in free_DebugInfo()
3876 TyEnt* ty; in analyse_deps()
4165 TyEnt* ty; in VG_()
Dstorage.c1190 TyEnt* ent; in ML_()