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

/barrelfish-master/lib/lua/src/
H A Dldebug.c303 static const char *getobjname (Proto *p, int lastpc, int reg,
320 const char *what = getobjname(p, pc, c, name); /* search for 'c' */
391 static const char *getobjname (Proto *p, int lastpc, int reg, function
406 return getobjname(p, pc, b, name); /* get name for 'b' */
453 return getobjname(p, pc, GETARG_A(i), name);
521 kind = getobjname(ci_func(ci)->p, currentpc(ci),

Completed in 79 milliseconds