Searched refs:oldpc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h160 const Instruction *oldpc; /* last pc traced */ member in struct:lua_State
H A Dlvm.c77 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */
81 L->oldpc = ci->u.l.savedpc;
H A Dldebug.c66 L->oldpc = L->ci->u.l.savedpc;
H A Dldo.c382 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h185 const Instruction *oldpc; /* last pc traced */ member in struct:lua_State
H A Dldebug.c74 ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by
87 L->oldpc = L->ci->u.l.savedpc;
685 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
686 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */
689 L->oldpc = ci->u.l.savedpc;
H A Dldo.c385 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c368 stinst_type *oldpc = pc; local
372 pc = oldpc + 2;

Completed in 139 milliseconds