Searched refs:ents_cache (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 3827 TyEntIndexCache* ents_cache, in chase_cuOff() argument 3831 ent = ML_(TyEnts__index_by_cuOff)( ents, ents_cache, cuOff ); in chase_cuOff() 3853 TyEntIndexCache* ents_cache, in chase_cuOffs_in_XArray() argument 3861 *p = chase_cuOff( &b, ents, ents_cache, *p ); in chase_cuOffs_in_XArray() 3869 TyEntIndexCache* ents_cache, in TyEnt__subst_R_fields() argument 3878 = chase_cuOff( &b, ents, ents_cache, te->Te.INDIR.indR ); in TyEnt__subst_R_fields() 3887 = chase_cuOff( &b, ents, ents_cache, te->Te.Field.typeR ); in TyEnt__subst_R_fields() 3899 = chase_cuOff( &b, ents, ents_cache, te->Te.TyPorR.typeR ); in TyEnt__subst_R_fields() 3904 = chase_cuOff( &b, ents, ents_cache, te->Te.TyTyDef.typeR ); in TyEnt__subst_R_fields() 3908 chase_cuOffs_in_XArray( &b, ents, ents_cache, te->Te.TyStOrUn.fieldRs ); in TyEnt__subst_R_fields() [all …]
|