Searched refs:cuOff (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h70 UWord cuOff; member in struct:__anon28903
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...]
H A Dtytypes.c75 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i); local
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 field
[all...]
H A Dreaddwarf3.c1594 UWord typeR; /* a cuOff */
2950 parser->sp+1, level, parentE->cuOff);
2972 vg_assert(parentE->cuOff != D3_INVALID_CUOFF);
3099 typeE.cuOff = D3_INVALID_CUOFF;
3186 typeE.cuOff = D3_INVALID_CUOFF;
3237 typeE.cuOff = posn;
3323 atomE.cuOff = posn;
3348 vg_assert(parser->qparentE[parser->sp].cuOff != D3_INVALID_CUOFF);
3369 typeE.cuOff = posn;
3464 fieldE.cuOff
[all...]

Completed in 284 milliseconds