HomeSort by relevance Sort by last modified time
    Searched refs:tyents (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 59 /* Fields ending in "R" are references to other TyEnts. Fields ending
60 in "Rs" are XArray*s of references to other TyEnts. */
146 /* Print a whole XArray of TyEnts, debug-style */
147 void ML_(pp_TyEnts)( XArray* tyents, HChar* who );
150 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
153 /* Generates a total ordering on TyEnts based only on their .cuOff
157 /* Generates a total ordering on TyEnts based on everything except
169 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
175 XArray* /* of TyEnt */ tyents,
205 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Fin
    [all...]
tytypes.c 188 /* Print a whole XArray of TyEnts, debug-style */
190 void ML_(pp_TyEnts)( XArray* tyents, HChar* who )
194 n = VG_(sizeXA)( tyents );
196 TyEnt* tyent = (TyEnt*)VG_(indexXA)( tyents, i );
206 static void pp_TyBound_C_ishly ( XArray* tyents, UWord cuOff )
208 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
227 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
230 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
241 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR);
255 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyArray.typeR)
    [all...]
readdwarf3.c 108 "Rs" fields in the TyEnts in 'tyents') to direct index numbers in
109 'tyents' right at the start of dedup_types(), and use direct
3253 XArray* \/* of TyEnt *\/ tyents; local
    [all...]
debuginfo.c     [all...]

Completed in 202 milliseconds