Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldump.c132 DumpInt(f->locvars[i].endpc,D); in DumpDebug()
Dlfunc.c153 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
Dlundump.c165 f->locvars[i].endpc=LoadInt(S); in LoadDebug()
Dluac.c414 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
Dlobject.h460 int endpc; /* first point where variable is dead */ member
Dlparser.c217 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()