Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dlstring.c86 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()
H A Dlstate.h150 typedef struct stringtable { struct
154 } stringtable; argument
226 stringtable strt; /* hash table for strings */
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlstate.h60 typedef struct stringtable { struct
64 } stringtable; typedef
120 stringtable strt; /* hash table for strings */
H A Dlstring.c65 stringtable *tb = &G(L)->strt; in luaS_resize()
120 stringtable *tb = &G(L)->strt; in newshrstr()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1290 StringRef stringtable = obj->getStringTable(); in isNonCommonDef() local
1293 Expected<StringRef> name = sym.getName(stringtable); in isNonCommonDef()