Searched refs:startpc (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlfunc.c151 for (i = 0; i<f->sizelocvars && f->locvars[i].startpc <= pc; i++) {
H A Dlobject.h457 int startpc; /* first point where variable is active */ member in struct:LocVar
H A Dlparser.c207 getlocvar(fs, fs->nactvar - nvars)->startpc = fs->pc;
1435 getlocvar(fs, b.u.info)->startpc = fs->pc;
/freebsd-13-stable/contrib/lua/src/
H A Dldump.c169 dumpInt(D, f->locvars[i].startpc);
H A Dlfunc.c291 for (i = 0; i<f->sizelocvars && f->locvars[i].startpc <= pc; i++) {
H A Dlundump.c247 f->locvars[i].startpc = loadInt(S);
H A Dlobject.h507 int startpc; /* first point where variable is active */ member in struct:LocVar
H A Dluac.c706 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1);
H A Dlparser.c183 f->locvars[fs->ndebugvars].startpc = fs->pc;
1685 localdebuginfo(fs, fvar)->startpc = fs->pc;

Completed in 169 milliseconds