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

/external/valgrind/main/coregrind/
H A Dm_transtab.c98 UInt from_offs; /* code offset from TCEntry::tcptr where the patch is */
154 ULong* tcptr; member in struct:__anon32681
645 " tt.entry 0x%llu tt.tcptr 0x%p\n", \
648 sec->tt[tteNo].entry, sec->tt[tteNo].tcptr)
657 re-used after. If this entry was re-used, then its tcptr
658 is >= to host_extents start (i.e. the previous tcptr) + len.
661 if ((UChar*) sec->tt[tteNo].tcptr >= hx->start + hx->len) {
711 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode);
757 // the slow (tcptr) entry point.
759 void* host_code = ((UChar*)to_tte->tcptr)
1515 ULong *tcptr, *tcptr2; local
[all...]

Completed in 596 milliseconds