Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching refs:StackBlock

131    freed.  When a new StackBlock vector is acquired from
137 assume that a pointer to an XArray* of StackBlock is valid forever.
148 static inline Bool StackBlock__sane ( const StackBlock* fb )
160 static Word StackBlock__cmp ( const StackBlock* fb1, const StackBlock* fb2 )
190 StackBlock* fb1,
191 StackBlock* fb2
212 StackBlock *fb1, *fb2;
227 StackBlock* sb = (StackBlock*)VG_(indexXA)( sbs, i );
229 " StackBlock{ off %ld szB %lu spRel:%c isVec:%c \"%s\" }\n",
238 /* ---------- The StackBlock vector cache ---------- */
240 static WordFM* /* XArray* of StackBlock -> nothing */
252 /* Find the given StackBlock-vector in our collection thereof. If
256 static XArray* /* of StackBlock */
258 ( XArray* /* of StackBlock */ orig )
274 StackBlock* pR0 = VG_(indexXA)( orig, r+0 );
275 StackBlock* pR1 = VG_(indexXA)( orig, r+1 );
281 StackBlock* pW = VG_(indexXA)( orig, w );
282 StackBlock* pR = VG_(indexXA)( orig, r );
299 /* StackBlock{ off 16 szB 66 spRel:Y isVec:Y "sz" }
300 StackBlock{ off 16 szB 130 spRel:Y isVec:Y "sz" }
301 StackBlock{ off 208 szB 16 spRel:Y isVec:Y "ar" }
306 StackBlock* sb0 = VG_(indexXA)( orig, i+0 );
307 StackBlock* sb1 = VG_(indexXA)( orig, i+1 );
339 StackBlock* sb1 = (StackBlock*)VG_(indexXA)( orig, i );
340 StackBlock* sb2 = (StackBlock*)VG_(indexXA)( orig, i+1 );
376 /* Top level function for getting the StackBlock vector for a given
381 static XArray* /* of StackBlock */ get_StackBlocks_for_IP ( Addr ip )
474 StackBlock* descr; /* it's an instance of this block */
548 StackBlock* descr = (StackBlock*)VG_(indexXA)( descrs, i );
824 StackBlock* descr;
1191 XArray* blocks; /* XArray* of StackBlock, or NULL if none */
1400 XArray* /* StackBlock */ ip_frameblocks
1457 XArray* /* StackBlock */ ip_frameblocks
1483 static Addr calculate_StackBlock_EA ( StackBlock* descr,
1495 XArray* /* StackBlock */ blocks,
1504 StackBlock* blk = VG_(indexXA)( blocks, i );
1520 XArray* /* of StackBlock */ thisInstrBlocks )
1529 StackBlock* descr = VG_(indexXA)( thisInstrBlocks, i );