Searched refs:pcRel (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldebug.h | 14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
|
H A D | lvm.c | 72 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 D | ldebug.c | 36 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
|
/freebsd/contrib/lua/src/ |
H A D | ldebug.h | 14 #define pcRel(pc, p) (cast_int((pc) - (p)->code) - 1) macro
|
H A D | ldebug.c | 43 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc() 907 int npci = pcRel(pc, p); in luaG_traceexec()
|
H A D | ldo.c | 403 L->oldpc = pcRel(ci->u.l.savedpc, ci_func(ci)->p); /* set 'oldpc' */ in rethook()
|
H A D | lvm.c | 1181 printf("line: %d\n", luaG_getfuncline(cl->p, pcRel(pc, cl->p))); in luaV_execute()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 578 return a.pcRel < b.pcRel; in getFdeData() 582 return a.pcRel == b.pcRel; in getFdeData() 3648 write32(buf, fde.pcRel); in write()
|
H A D | SyntheticSections.h | 67 uint32_t pcRel; member
|