Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_transtab.h91 Int offs_profInc,
Dm_transtab.c1602 Int offs_profInc, in VG_()
1720 if (offs_profInc != -1) { in VG_()
1721 vg_assert(offs_profInc >= 0 && offs_profInc < code_len); in VG_()
1729 dstP + offs_profInc, in VG_()
Dm_translate.c1797 tres.offs_profInc, in VG_()
1800 vg_assert(tres.offs_profInc == -1); /* -1 == unset */ in VG_()
/external/valgrind/VEX/pub/
Dlibvex.h586 Int offs_profInc; member
/external/valgrind/VEX/switchback/
Dswitchback.c610 assert(tres.offs_profInc == -1); in make_translation()
/external/valgrind/VEX/priv/
Dmain_main.c824 res.offs_profInc = -1; in LibVEX_Translate()
1100 vassert(res.offs_profInc == -1); /* there can be only one (tm) */ in LibVEX_Translate()
1102 res.offs_profInc = out_used; in LibVEX_Translate()