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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 66 UWord cuOff;
153 UWord cuOff );
155 /* Generates a total ordering on TyEnts based only on their .cuOff
160 their .cuOff fields. */
164 this TyEnt, and set its tag to Te_EMPTY. The .cuOff field is
172 UWord cuOff );
187 unfortunately there's no obvious cuOff number that we could put in
207 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
208 the entry which has .cuOff field as specified. Returns NULL if not
209 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);
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...]
readdwarf3.c     [all...]

Completed in 65 milliseconds