Searched defs:offs_profInc (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex.h620 Int offs_profInc; member in struct:__anon32254
/external/valgrind/main/coregrind/
H A Dm_transtab.c1510 Int offs_profInc,
1628 if (offs_profInc != -1) {
1629 vg_assert(offs_profInc >= 0 && offs_profInc < code_len);
1632 dstP + offs_profInc,
1505 add_to_transtab( VexGuestExtents* vge, Addr64 entry, AddrH code, UInt code_len, Bool is_self_checking, Int offs_profInc, UInt n_guest_instrs, VexArch arch_host ) argument

Completed in 246 milliseconds