Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.h14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dlvm.c74 int npc = pcRel(ci->u.l.savedpc, p); in traceexec()
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()
H A Dldebug.c38 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()