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

/external/valgrind/coregrind/
H A Dm_transtab.c112 UInt from_offs: (sizeof(UInt)*8)-1; /* code offset from TCEntry::tcptr
180 ULong* tcptr; member in struct:__anon16158
688 " tt.entry 0x%lu tt.tcptr 0x%p\n", \
691 sec->tt[tteNo].entry, sec->tt[tteNo].tcptr)
700 re-used after. If this entry was re-used, then its tcptr
701 is >= to host_extents start (i.e. the previous tcptr) + len.
704 if ((UChar*) sec->tt[tteNo].tcptr >= hx->start + hx->len) {
754 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode);
803 // the slow (tcptr) entry point.
805 void* host_code = ((UChar*)to_tte->tcptr)
1606 ULong *tcptr, *tcptr2; local
[all...]

Completed in 74 milliseconds