OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tyents
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h
62
/* Fields ending in "R" are references to other
TyEnts
. Fields ending
63
in "Rs" are XArray*s of references to other
TyEnts
. */
148
/* Print a whole XArray of
TyEnts
, debug-style */
149
void ML_(pp_TyEnts)( XArray*
tyents
, HChar* who );
152
void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */
tyents
,
155
/* Generates a total ordering on
TyEnts
based only on their .cuOff
159
/* Generates a total ordering on
TyEnts
based on everything except
171
MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */
tyents
,
177
XArray* /* of TyEnt */
tyents
,
207
/* 'ents' is an XArray of
TyEnts
, sorted by their .cuOff fields. Fin
[
all
...]
tytypes.c
199
/* Print a whole XArray of
TyEnts
, debug-style */
201
void ML_(pp_TyEnts)( XArray*
tyents
, HChar* who )
205
n = VG_(sizeXA)(
tyents
);
207
TyEnt* tyent = (TyEnt*)VG_(indexXA)(
tyents
, i );
217
static void pp_TyBound_C_ishly ( XArray*
tyents
, UWord cuOff )
219
TyEnt* ent = ML_(TyEnts__index_by_cuOff)(
tyents
, NULL, cuOff );
238
void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */
tyents
,
241
TyEnt* ent = ML_(TyEnts__index_by_cuOff)(
tyents
, NULL, cuOff );
252
ML_(pp_TyEnt_C_ishly)(
tyents
, ent->Te.TyPorR.typeR);
256
ML_(pp_TyEnt_C_ishly)(
tyents
, ent->Te.TyPorR.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
3535
XArray* \/* of TyEnt *\/
tyents
;
local
[
all
...]
debuginfo.c
[
all
...]
Completed in 1041 milliseconds