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 63 UWord cuOff;
151 UWord cuOff );
153 /* Generates a total ordering on TyEnts based only on their .cuOff
158 their .cuOff fields. */
162 this TyEnt, and set its tag to Te_EMPTY. The .cuOff field is
170 UWord cuOff );
185 unfortunately there's no obvious cuOff number that we could put in
205 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
206 the entry which has .cuOff field as specified. Returns NULL if not
207 found. Asserts if more than one entry has the specified .cuOff
    [all...]
tytypes.c 74 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i);
75 VG_(printf)("0x%05lx", cuOff);
84 VG_(printf)("0x%05lx ", te->cuOff);
206 static void pp_TyBound_C_ishly ( XArray* tyents, UWord cuOff )
208 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
210 VG_(printf)("**bounds-have-invalid-cuOff**");
228 UWord cuOff )
230 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
232 VG_(printf)("**type-has-invalid-cuOff**");
300 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Fin
    [all...]
readdwarf3.c     [all...]

Completed in 62 milliseconds