Searched defs:from_offs (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 member in struct:__anon16152
124 UInt from_offs; /* code offset in owning translation where patch is */ member in struct:__anon16153
281 have a different from_offs, since a patched jump can only
292 the same offset (from_offs). This facilitates sanity
491 ie->from_offs = 0;
499 oe->from_offs = 0;
858 HWord from_offs = (HWord)( (UChar*)from__patch_addr local
860 vg_assert(from_offs < 100000/* let's say */);
861 ie.from_offs = (UInt)from_offs;
[all...]

Completed in 109 milliseconds