Searched refs:stringtable (Results 1 – 5 of 5) sorted by relevance
86 stringtable *tb = &G(L)->strt; in luaS_resize()126 stringtable *tb = &G(L)->strt; in luaS_init()165 stringtable *tb = &G(L)->strt; in luaS_remove()174 static void growstrtab (lua_State *L, stringtable *tb) { in growstrtab()191 stringtable *tb = &g->strt; in internshrstr()
150 typedef struct stringtable { struct154 } stringtable; argument226 stringtable strt; /* hash table for strings */
60 typedef struct stringtable { struct64 } stringtable; typedef120 stringtable strt; /* hash table for strings */
65 stringtable *tb = &G(L)->strt; in luaS_resize()120 stringtable *tb = &G(L)->strt; in newshrstr()
1290 StringRef stringtable = obj->getStringTable(); in isNonCommonDef() local1293 Expected<StringRef> name = sym.getName(stringtable); in isNonCommonDef()