Searched refs:tyents (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | tytypes.c | 200 void ML_(pp_TyEnts)( const XArray* tyents, const HChar* who ) in ML_() 204 n = VG_(sizeXA)( tyents ); in ML_() 206 const TyEnt* tyent = VG_(indexXA)( tyents, i ); in ML_() 216 static void pp_TyBound_C_ishly ( const XArray* tyents, UWord cuOff ) in pp_TyBound_C_ishly() argument 218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in pp_TyBound_C_ishly() 237 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents, in ML_() 240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in ML_() 251 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_() 255 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_() 259 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_() [all …]
|
D | priv_tytypes.h | 154 void ML_(pp_TyEnts)( const XArray* tyents, const HChar* who ); 157 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents, 176 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents, 182 const XArray* /* of TyEnt */ tyents,
|
D | readdwarf3.c | 3024 static void parse_type_DIE ( /*MOD*/XArray* /* of TyEnt */ tyents, in parse_type_DIE() argument 3771 VG_(addToXA)( tyents, &typeE ); in parse_type_DIE() 3780 VG_(addToXA)( tyents, &atomE ); in parse_type_DIE() 3797 VG_(addToXA)( tyents, &fieldE ); in parse_type_DIE() 3806 VG_(addToXA)( tyents, &boundE ); in parse_type_DIE() 4156 /*MOD*/XArray* /* of TyEnt */ tyents, in read_DIE() 4205 parse_type_DIE( tyents, in read_DIE() 4280 read_DIE( rangestree, tyents, tempvars, gexprs, in read_DIE() 4472 XArray* /* of TyEnt */ tyents = NULL; in new_dwarf3_reader_wrk() local 4510 tyents = VG_(newXA)( ML_(dinfo_zalloc), in new_dwarf3_reader_wrk() [all …]
|
D | debuginfo.c | 3189 const XArray* /* TyEnt */ tyents, in data_address_is_in_var() 3204 mul = ML_(sizeOfType)(tyents, var->typeR); in data_address_is_in_var() 3219 ML_(pp_TyEnt_C_ishly)( tyents, var->typeR ); in data_address_is_in_var() 3868 const XArray* /* TyEnt */ tyents, in analyse_deps() 3883 mul = ML_(sizeOfType)(tyents, var->typeR); in analyse_deps() 3894 ty = ML_(TyEnts__index_by_cuOff)( tyents, NULL, var->typeR ); in analyse_deps() 3903 if (0) {ML_(pp_TyEnt_C_ishly)(tyents, var->typeR); in analyse_deps()
|