HomeSort by relevance Sort by last modified time
    Searched full:from_offs (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/
m_transtab.c 97 UInt from_offs; /* code offset from TCEntry::tcptr where the patch is */ member in struct:__anon30677
108 UInt from_offs; /* code offset in owning translation where patch is */ member in struct:__anon30678
254 have a different from_offs, since a patched jump can only
265 the same offset (from_offs). This facilitates sanity
455 ie->from_offs = 0;
463 oe->from_offs = 0;
776 HWord from_offs = (HWord)( (UChar*)from__patch_addr local
778 vg_assert(from_offs < 100000/* let's say */);
779 ie.from_offs = (UInt)from_offs;
    [all...]

Completed in 116 milliseconds