Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c303 static const char *getobjname (Proto *p, int lastpc, int reg,
320 const char *what = getobjname(p, pc, c, name); /* search for 'c' */ in kname()
391 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname() function
406 return getobjname(p, pc, b, name); /* get name for 'b' */ in getobjname()
453 return getobjname(p, pc, GETARG_A(i), name); in getfuncname()
521 kind = getobjname(ci_func(ci)->p, currentpc(ci), in luaG_typeerror()