Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_transtab.h64 Int offs_profInc,
Dm_transtab.c1448 Int offs_profInc, in VG_()
1560 if (offs_profInc != -1) { in VG_()
1561 vg_assert(offs_profInc >= 0 && offs_profInc < code_len); in VG_()
1564 dstP + offs_profInc, in VG_()
Dm_translate.c1600 tres.offs_profInc, in VG_()
1604 vg_assert(tres.offs_profInc == -1); /* -1 == unset */ in VG_()
/external/valgrind/main/VEX/pub/
Dlibvex.h522 Int offs_profInc; member
/external/valgrind/main/VEX/priv/
Dmain_main.c581 res.offs_profInc = -1; in LibVEX_Translate()
846 vassert(res.offs_profInc == -1); /* there can be only one (tm) */ in LibVEX_Translate()
848 res.offs_profInc = out_used; in LibVEX_Translate()