Home
last modified time | relevance | path

Searched refs:tyents (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c201 void ML_(pp_TyEnts)( XArray* tyents, HChar* who ) in ML_()
205 n = VG_(sizeXA)( tyents ); in ML_()
207 TyEnt* tyent = (TyEnt*)VG_(indexXA)( tyents, i ); in ML_()
217 static void pp_TyBound_C_ishly ( XArray* tyents, UWord cuOff ) in pp_TyBound_C_ishly() argument
219 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in pp_TyBound_C_ishly()
238 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents, in ML_()
241 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in ML_()
252 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_()
256 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_()
260 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_()
[all …]
Dpriv_tytypes.h149 void ML_(pp_TyEnts)( XArray* tyents, HChar* who );
152 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
171 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
177 XArray* /* of TyEnt */ tyents,
Dreaddwarf3.c2283 static void parse_type_DIE ( /*MOD*/XArray* /* of TyEnt */ tyents, in parse_type_DIE() argument
3002 VG_(addToXA)( tyents, &typeE ); in parse_type_DIE()
3011 VG_(addToXA)( tyents, &atomE ); in parse_type_DIE()
3028 VG_(addToXA)( tyents, &fieldE ); in parse_type_DIE()
3037 VG_(addToXA)( tyents, &boundE ); in parse_type_DIE()
3409 /*MOD*/XArray* /* of TyEnt */ tyents, in read_DIE()
3471 parse_type_DIE( tyents, in read_DIE()
3505 read_DIE( rangestree, tyents, tempvars, gexprs, in read_DIE()
3535 XArray* /* of TyEnt */ tyents; in new_dwarf3_reader_wrk() local
3695 tyents = VG_(newXA)( ML_(dinfo_zalloc), in new_dwarf3_reader_wrk()
[all …]
Ddebuginfo.c2673 XArray* /* TyEnt */ tyents, in data_address_is_in_var()
2688 mul = ML_(sizeOfType)(tyents, var->typeR); in data_address_is_in_var()
2703 ML_(pp_TyEnt_C_ishly)( tyents, var->typeR ); in data_address_is_in_var()
3376 XArray* /* TyEnt */ tyents, in analyse_deps()
3391 mul = ML_(sizeOfType)(tyents, var->typeR); in analyse_deps()
3402 ty = ML_(TyEnts__index_by_cuOff)( tyents, NULL, var->typeR ); in analyse_deps()
3411 if (0) {ML_(pp_TyEnt_C_ishly)(tyents, var->typeR); in analyse_deps()