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

Lines Matching refs:XArray

131 /* We maintain a set of XArray* of StackBlocks.  These are never
138 assume that a pointer to an XArray* of StackBlock is valid forever.
205 static Word StackBlocks__cmp ( XArray* fb1s, XArray* fb2s )
223 static void pp_StackBlocks ( XArray* sbs )
241 static WordFM* /* XArray* of StackBlock -> nothing */
257 static XArray* /* of StackBlock */
259 ( XArray* /* of StackBlock */ orig )
364 XArray* res;
368 res = (XArray*)key;
382 static XArray* /* of StackBlock */ get_StackBlocks_for_IP ( Addr ip )
384 XArray* blocks = VG_(di_get_stack_blocks_at_ip)( ip, True/*arrays only*/ );
519 /* Note that the supplied XArray of FrameBlock must have been
524 XArray* /* FrameBlock */ descrs,
525 XArray* /* Addr */ bases,
572 XArray* /* Addr */ bases )
1085 XArray* /* of GlobalBlock */ gbs;
1185 XArray* blocks; /* XArray* of StackBlock, or NULL if none */
1229 XArray* /* of Addr */ blocks_added_by_call;
1392 XArray* /* StackBlock */ ip_frameblocks
1449 XArray* /* StackBlock */ ip_frameblocks
1486 static XArray* /* Addr */ calculate_StackBlock_EAs (
1487 XArray* /* StackBlock */ blocks,
1491 XArray* res;
1512 XArray* /* of StackBlock */ thisInstrBlocks )
1766 Word sszB, Addr ip, XArray* ip_frameBlocks )
1850 XArray* descrs_at_call_insn )
1946 XArray* blocks_at_call_insn,
2127 XArray* frameBlocks = NULL;
2346 XArray* frameBlocks;