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

/external/valgrind/main/coregrind/
H A Dm_transtab.c753 // host_code is where we're patching to. So it needs to
759 void* host_code = ((UChar*)to_tte->tcptr) local
763 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc );
764 vg_assert( (UChar*)host_code <= (UChar*)sectors[to_sNo].tc_next
797 (void*)host_code

Completed in 63 milliseconds