Home
last modified time | relevance | path

Searched refs:pcRel (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.h14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dlvm.c72 int npc = pcRel(ci->u.l.savedpc, p); in traceexec()
76 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()
H A Dldebug.c36 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
/freebsd/contrib/lua/src/
H A Dldebug.h14 #define pcRel(pc, p) (cast_int((pc) - (p)->code) - 1) macro
H A Dldebug.c43 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
907 int npci = pcRel(pc, p); in luaG_traceexec()
H A Dldo.c403 L->oldpc = pcRel(ci->u.l.savedpc, ci_func(ci)->p); /* set 'oldpc' */ in rethook()
H A Dlvm.c1181 printf("line: %d\n", luaG_getfuncline(cl->p, pcRel(pc, cl->p))); in luaV_execute()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp578 return a.pcRel < b.pcRel; in getFdeData()
582 return a.pcRel == b.pcRel; in getFdeData()
3648 write32(buf, fde.pcRel); in write()
H A DSyntheticSections.h67 uint32_t pcRel; member