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
66
/* Fields ending in "R" are references to other
TyEnts
. Fields ending
67
in "Rs" are XArray*s of references to other
TyEnts
. */
153
/* Print a whole XArray of
TyEnts
, debug-style */
154
void ML_(pp_TyEnts)( XArray*
tyents
, const HChar* who );
157
void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */
tyents
,
160
/* Generates a total ordering on
TyEnts
based only on their .cuOff
164
/* Generates a total ordering on
TyEnts
based on everything except
176
MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */
tyents
,
182
XArray* /* of TyEnt */
tyents
,
212
/* '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
, const 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
109
"Rs" fields in the
TyEnts
in '
tyents
') to direct index numbers in
110
'
tyents
' right at the start of dedup_types(), and use direct
3558
XArray* \/* of TyEnt *\/
tyents
;
local
[
all
...]
debuginfo.c
[
all
...]
Completed in 1580 milliseconds