Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/
H A Dldebug.h15 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dlvm.c73 int npc = pcRel(ci->u.l.savedpc, p); in traceexec()
77 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()
H A Dldebug.c37 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
/src/contrib/lua/src/
H A Dldebug.h14 #define pcRel(pc, p) (cast_int((pc) - (p)->code) - 1) macro
H A Dldebug.c46 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
955 int npci = pcRel(pc, p); in luaG_traceexec()
H A Dldo.c410 L->oldpc = pcRel(ci->u.l.savedpc, ci_func(ci)->p); /* set 'oldpc' */ in rethook()
H A Dlvm.c1182 printf("line: %d\n", luaG_getfuncline(cl->p, pcRel(pc, cl->p))); in luaV_execute()
/src/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