Home
last modified time | relevance | path

Searched refs:lastpc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c317 static const char *getobjname (Proto *p, int lastpc, int reg,
354 static int findsetreg (Proto *p, int lastpc, int reg) { in findsetreg() argument
358 for (pc = 0; pc < lastpc; pc++) { in findsetreg()
384 if (pc < dest && dest <= lastpc) { in findsetreg()
405 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname() argument
408 *name = luaF_getlocalname(p, reg + 1, lastpc); in getobjname()
412 pc = findsetreg(p, lastpc, reg); in getobjname()
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c71 pc_t *lastpc);