Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldump.c132 DumpInt(f->locvars[i].endpc,D); in DumpDebug()
H A Dlfunc.c153 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
H A Dlundump.c165 f->locvars[i].endpc=LoadInt(S); in LoadDebug()
H A Dlobject.h459 int endpc; /* first point where variable is dead */ member
H A Dlparser.c216 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()