Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_transtab.h91 Int offs_profInc,
H A Dm_transtab.c1700 Int offs_profInc, in VG_()
1819 if (offs_profInc != -1) { in VG_()
1820 vg_assert(offs_profInc >= 0 && offs_profInc < code_len); in VG_()
1828 dstP + offs_profInc, in VG_()
H A Dm_translate.c1848 tres.offs_profInc, in VG_()
1851 vg_assert(tres.offs_profInc == -1); /* -1 == unset */ in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_transtab.h91 Int offs_profInc,
H A Dm_transtab.c1700 Int offs_profInc, in VG_()
1819 if (offs_profInc != -1) { in VG_()
1820 vg_assert(offs_profInc >= 0 && offs_profInc < code_len); in VG_()
1828 dstP + offs_profInc, in VG_()
H A Dm_translate.c1848 tres.offs_profInc, in VG_()
1851 vg_assert(tres.offs_profInc == -1); /* -1 == unset */ in VG_()
/dports/security/py-pyvex/pyvex-9.0.5405/vex/pub/
H A Dlibvex.h647 Int offs_profInc; member
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/pub/
H A Dlibvex.h648 Int offs_profInc; member
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/pub/
H A Dlibvex.h648 Int offs_profInc; member
/dports/security/py-pyvex/pyvex-9.0.5405/patches/
H A Dvalgrind_static_3.9.0.patch478 - vassert(res.offs_profInc == -1); /* there can be only one (tm) */
480 - res.offs_profInc = out_used;
648 + // COMMENTED OUT FOR PYVEX: vassert(res.offs_profInc == -1); /* there can be only one (tm…
650 + // COMMENTED OUT FOR PYVEX: res.offs_profInc = out_used;
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/switchback/
H A Dswitchback.c610 assert(tres.offs_profInc == -1); in make_translation()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/switchback/
H A Dswitchback.c610 assert(tres.offs_profInc == -1); in make_translation()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dmain_main.c534 res->offs_profInc = -1; in LibVEX_FrontEnd()
1145 vassert(res->offs_profInc == -1); /* there can be only one (tm) */ in libvex_BackEnd()
1147 res->offs_profInc = out_used; in libvex_BackEnd()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dmain_main.c534 res->offs_profInc = -1; in LibVEX_FrontEnd()
1145 vassert(res->offs_profInc == -1); /* there can be only one (tm) */ in libvex_BackEnd()
1147 res->offs_profInc = out_used; in libvex_BackEnd()
/dports/security/py-pyvex/pyvex-9.0.5405/vex/priv/
H A Dmain_main.c583 res->offs_profInc = -1; in LibVEX_Lift()
1213 vassert(res->offs_profInc == -1); /* there can be only one (tm) */ in LibVEX_Codegen()
1215 res->offs_profInc = out_used; in LibVEX_Codegen()