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

  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 75 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i);
76 VG_(printf)("0x%05lx", cuOff);
85 VG_(printf)("0x%05lx ", te->cuOff);
217 static void pp_TyBound_C_ishly ( XArray* tyents, UWord cuOff )
219 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
221 VG_(printf)("**bounds-have-invalid-cuOff**");
239 UWord cuOff )
241 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
243 VG_(printf)("**type-has-invalid-cuOff**");
323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Fin
    [all...]
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...]

Completed in 192 milliseconds