Searched refs:endpc (Results 1 – 7 of 7) sorted by relevance
187 dumpInt(D, f->locvars[i].endpc); in dumpDebug()
290 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
254 f->locvars[i].endpc = loadInt(S); in loadDebug()
542 int endpc; /* first point where variable is dead */ member
711 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
337 var->endpc = fs->pc; in removevars()
1498 u_int *endpc) in qat_ae_exec_ucode() argument1604 if (endpc != NULL) { in qat_ae_exec_ucode()1609 *endpc = ctx_status & UPC_MASK; in qat_ae_exec_ucode()