Home
last modified time | relevance | path

Searched refs:unredir_tc (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_transtab.c2272 static ULong *unredir_tc; variable
2287 if (unredir_tc == NULL) { in init_unredir_tt_tc()
2295 unredir_tc = (ULong *)(Addr)sr_Res(sres); in init_unredir_tt_tc()
2361 dstP = (HChar*)&unredir_tc[unredir_tc_used]; in VG_()
2376 vg_assert(&dstP[code_len] <= (HChar*)&unredir_tc[unredir_tc_used]); in VG_()