Home | History | Annotate | Download | only in memcheck

Lines Matching refs:ec

78 MC_Chunk* create_MC_Chunk ( ExeContext* ec, Addr p, SizeT szB,
190 MC_Chunk* create_MC_Chunk ( ExeContext* ec, Addr p, SizeT szB,
197 mc->where = ec;
256 ExeContext* ec;
280 ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
281 tl_assert(ec);
283 VG_(HT_add_node)( table, create_MC_Chunk(ec, p, szB, kind) );
288 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);
453 ExeContext* ec;
455 ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
456 tl_assert(ec);
480 mc = create_MC_Chunk( ec, a_new, new_szB, MC_AllocMalloc );
494 ExeContext* ec;
496 ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
497 tl_assert(ec);
498 ec);
533 mc = create_MC_Chunk( ec, a_new, new_szB, MC_AllocMalloc );
580 ExeContext* ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
581 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);