Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:TyEnt

2877          ones accumulating in the main tyent array.  So it is not safe
2881 TyEnt *qparentE; /* parent TyEnts */
2946 const TyEnt* parentE, Int level )
3024 static void parse_type_DIE ( /*MOD*/XArray* /* of TyEnt */ tyents,
3036 TyEnt typeE;
3037 TyEnt atomE;
3038 TyEnt fieldE;
3039 TyEnt boundE;
3424 /* Push this tyent on the stack, even though it's incomplete.
3826 const XArray* /* of TyEnt */ ents,
3830 TyEnt* ent;
3852 const XArray* /* of TyEnt */ ents,
3868 static Bool TyEnt__subst_R_fields ( const XArray* /* of TyEnt */ ents,
3870 /*MOD*/TyEnt* te )
3938 /* Make a pass over 'ents'. For each tyent, inspect the target of any
3944 Word dedup_types_substitution_pass ( /*MOD*/XArray* /* of TyEnt */ ents,
3951 TyEnt* ent = VG_(indexXA)( ents, i );
3965 Look up each new tyent in the dictionary in turn. If it is already
3966 in the dictionary, replace this tyent with an indirection to the
3971 Word dedup_types_commoning_pass ( /*MOD*/XArray* /* of TyEnt */ ents )
3974 WordFM* dict; /* TyEnt* -> void */
3975 TyEnt* ent;
4000 TyEnt* old = (TyEnt*)keyW;
4011 to a tyent with a cuOff lower than this one. */
4030 /*MOD*/XArray* /* of TyEnt */ ents,
4065 TyEnt *ent, *ind;
4095 /*R-O*/XArray* /* of TyEnt */ ents,
4106 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( ents, ents_cache,
4156 /*MOD*/XArray* /* of TyEnt */ tyents,
4472 XArray* /* of TyEnt */ tyents = NULL;
4473 XArray* /* of TyEnt */ tyents_to_keep = NULL;
4511 "di.readdwarf3.ndrw.1 (TyEnt temp array)",
4512 ML_(dinfo_free), sizeof(TyEnt) );
4513 { TyEnt tyent;
4514 VG_(memset)(&tyent, 0, sizeof(tyent));
4515 tyent.tag = Te_TyVoid;
4516 tyent.cuOff = D3_FAKEVOID_CUOFF;
4517 tyent.Te.TyVoid.isFake = True;
4518 VG_(addToXA)( tyents, &tyent );
4520 { TyEnt tyent;
4521 VG_(memset)(&tyent, 0, sizeof(tyent));
4522 tyent.tag = Te_UNKNOWN;
4523 tyent.cuOff = D3_INVALID_CUOFF;
4524 VG_(addToXA)( tyents, &tyent );
4828 ML_(pp_TyEnts)(tyents, "Initial type entity (TyEnt) array");
4839 ML_(pp_TyEnts)(tyents, "After type entity (TyEnt) compression");
4852 "di.readdwarf3.ndrw.7 (TyEnt to-keep array)",
4853 ML_(dinfo_free), sizeof(TyEnt) );
4856 TyEnt* ent = VG_(indexXA)( tyents, i );
4938 TyEnt* ent;