Searched refs:lastpc (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
| H A D | ldebug.c | 317 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 D | archdep.c | 71 pc_t *lastpc);
|