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

Lines Matching refs:StackBlock

132    freed.  When a new StackBlock vector is acquired from
138 assume that a pointer to an XArray* of StackBlock is valid forever.
149 static inline Bool StackBlock__sane ( StackBlock* fb )
161 static Word StackBlock__cmp ( StackBlock* fb1, StackBlock* fb2 )
191 StackBlock* fb1,
192 StackBlock* fb2
213 StackBlock *fb1, *fb2;
228 StackBlock* sb = (StackBlock*)VG_(indexXA)( sbs, i );
230 " StackBlock{ off %ld szB %lu spRel:%c isVec:%c \"%s\" }\n",
239 /* ---------- The StackBlock vector cache ---------- */
241 static WordFM* /* XArray* of StackBlock -> nothing */
253 /* Find the given StackBlock-vector in our collection thereof. If
257 static XArray* /* of StackBlock */
259 ( XArray* /* of StackBlock */ orig )
275 StackBlock* pR0 = VG_(indexXA)( orig, r+0 );
276 StackBlock* pR1 = VG_(indexXA)( orig, r+1 );
282 StackBlock* pW = VG_(indexXA)( orig, w );
283 StackBlock* pR = VG_(indexXA)( orig, r );
300 /* StackBlock{ off 16 szB 66 spRel:Y isVec:Y "sz" }
301 StackBlock{ off 16 szB 130 spRel:Y isVec:Y "sz" }
302 StackBlock{ off 208 szB 16 spRel:Y isVec:Y "ar" }
307 StackBlock* sb0 = VG_(indexXA)( orig, i+0 );
308 StackBlock* sb1 = VG_(indexXA)( orig, i+1 );
340 StackBlock* sb1 = (StackBlock*)VG_(indexXA)( orig, i );
341 StackBlock* sb2 = (StackBlock*)VG_(indexXA)( orig, i+1 );
377 /* Top level function for getting the StackBlock vector for a given
382 static XArray* /* of StackBlock */ get_StackBlocks_for_IP ( Addr ip )
475 StackBlock* descr; /* it's an instance of this block */
549 StackBlock* descr = (StackBlock*)VG_(indexXA)( descrs, i );
825 StackBlock* descr;
1185 XArray* blocks; /* XArray* of StackBlock, or NULL if none */
1392 XArray* /* StackBlock */ ip_frameblocks
1449 XArray* /* StackBlock */ ip_frameblocks
1475 static Addr calculate_StackBlock_EA ( StackBlock* descr,
1487 XArray* /* StackBlock */ blocks,
1496 StackBlock* blk = VG_(indexXA)( blocks, i );
1512 XArray* /* of StackBlock */ thisInstrBlocks )
1521 StackBlock* descr = VG_(indexXA)( thisInstrBlocks, i );