HomeSort by relevance Sort by last modified time
    Searched refs:getobjname (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.c 303 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),
  /external/syslinux/com32/lua/src/
ldebug.c 303 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 78 milliseconds