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

/external/valgrind/coregrind/
H A Dm_transtab.c1877 static void delete_tte ( /*MOD*/Sector* sec, SECno secNo, TTEno tteno, argument
1884 /* sec and secNo are mutually redundant; cross-check. */
1885 vg_assert(sec == &sectors[secNo]);
1893 unchain_in_preparation_for_deletion(arch_host, endness_host, secNo, tteno);
1926 add_in_empty_tt_list(secNo, tteno);
1946 Bool delete_translations_in_sector_eclass ( /*MOD*/Sector* sec, SECno secNo, argument
1974 delete_tte( sec, secNo, tteno, arch_host, endness_host );
1987 Bool delete_translations_in_sector ( /*MOD*/Sector* sec, SECno secNo, argument
1999 delete_tte( sec, secNo, i, arch_host, endness_host );

Completed in 61 milliseconds