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

/external/valgrind/coregrind/
H A Dm_transtab.c2149 main tt/tc structures. When unredir_tc or unredir_tt becomes full,
2171 static ULong *unredir_tc; variable
2186 if (unredir_tc == NULL) {
2194 unredir_tc = (ULong *)(Addr)sr_Res(sres);
2239 /* Look for an empty unredir_tc slot */
2260 dstP = (HChar*)&unredir_tc[unredir_tc_used];
2275 vg_assert(&dstP[code_len] <= (HChar*)&unredir_tc[unredir_tc_used]);

Completed in 65 milliseconds