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

  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 70 UWord cuOff;
158 UWord cuOff );
160 /* Generates a total ordering on TyEnts based only on their .cuOff
165 their .cuOff fields. */
169 this TyEnt, and set its tag to Te_EMPTY. The .cuOff field is
177 UWord cuOff );
192 unfortunately there's no obvious cuOff number that we could put in
212 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
213 the entry which has .cuOff field as specified. Returns NULL if not
214 found. Asserts if more than one entry has the specified .cuOff
    [all...]
tytypes.c 75 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i);
76 VG_(printf)("0x%05lx", cuOff);
85 VG_(printf)("0x%05lx ", te->cuOff);
216 static void pp_TyBound_C_ishly ( const XArray* tyents, UWord cuOff )
218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
220 VG_(printf)("**bounds-have-invalid-cuOff**");
238 UWord cuOff )
240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
242 VG_(printf)("**type-has-invalid-cuOff**");
323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Fin
    [all...]
readdwarf3.c     [all...]

Completed in 108 milliseconds