Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_transtab.c1392 static ULong *unredir_tc; variable
1407 if (unredir_tc == NULL) { in init_unredir_tt_tc()
1415 unredir_tc = (ULong *)(AddrH)sr_Res(sres); in init_unredir_tt_tc()
1481 dstP = (HChar*)&unredir_tc[unredir_tc_used]; in VG_()
1496 vg_assert(&dstP[code_len] <= (HChar*)&unredir_tc[unredir_tc_used]); in VG_()