Home
last modified time | relevance | path

Searched refs:from_offs (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_transtab.c112 UInt from_offs: (sizeof(UInt)*8)-1; /* code offset from TCEntry::tcptr
124 UInt from_offs; /* code offset in owning translation where patch is */ member
562 ie->from_offs = 0; in InEdge__init()
570 oe->from_offs = 0; in OutEdge__init()
934 HWord from_offs = (HWord)( (UChar*)from__patch_addr in VG_() local
936 vg_assert(from_offs < 100000/* let's say */); in VG_()
937 ie.from_offs = (UInt)from_offs; in VG_()
944 oe.from_offs = (UInt)from_offs; in VG_()
966 = ((UChar*)tteC->tcptr) + ie->from_offs; in unchain_one()
1024 && oe->from_offs == ie->from_offs) in unchain_in_preparation_for_deletion()
[all …]