Searched refs:tyent (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c2188 ones accumulating in the main tyent array. So it is not safe
2702 /* Push this tyent on the stack, even though it's incomplete.
3222 /* Make a pass over 'ents'. For each tyent, inspect the target of any
3249 Look up each new tyent in the dictionary in turn. If it is already
3250 in the dictionary, replace this tyent with an indirection to the
3295 to a tyent with a cuOff lower than this one. */
3724 { TyEnt tyent; local
3725 VG_(memset)(&tyent, 0, sizeof(tyent));
3726 tyent
3731 { TyEnt tyent; local
[all...]
H A Dtytypes.c207 TyEnt* tyent = (TyEnt*)VG_(indexXA)( tyents, i ); local
209 ML_(pp_TyEnt)( tyent );

Completed in 283 milliseconds