Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_transtab.c2171 static ULong *unredir_tc; variable
2186 if (unredir_tc == NULL) { in init_unredir_tt_tc()
2194 unredir_tc = (ULong *)(Addr)sr_Res(sres); in init_unredir_tt_tc()
2260 dstP = (HChar*)&unredir_tc[unredir_tc_used]; in VG_()
2275 vg_assert(&dstP[code_len] <= (HChar*)&unredir_tc[unredir_tc_used]); in VG_()