Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.h14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
Dlvm.c74 int npc = pcRel(ci->u.l.savedpc, p); in traceexec()
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()
Dldebug.c41 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()