Home
last modified time | relevance | path

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

/elf/
A Dstringtable.h35 struct stringtable struct
43 struct stringtable_entry *stringtable_add (struct stringtable *table, argument
56 void stringtable_finalize (struct stringtable *table,
62 void stringtable_free (struct stringtable *table);
A Dstringtable_free.c22 stringtable_free (struct stringtable *table) in stringtable_free()
32 *table = (struct stringtable) { 0, }; in stringtable_free()
A Dtst-stringtable.c30 struct stringtable s = { 0, }; in do_test()
41 struct stringtable s = { 0, }; in do_test()
58 struct stringtable s = { 0, }; in do_test()
76 struct stringtable s = { 0, }; in do_test()
104 struct stringtable s = { 0, }; in do_test()
134 struct stringtable s = { 0, }; in do_test()
A Dstringtable.c27 stringtable_init (struct stringtable *table) in stringtable_init()
56 stringtable_rehash (struct stringtable *table) in stringtable_rehash()
82 stringtable_add (struct stringtable *table, const char *string) in stringtable_add()
149 stringtable_finalize (struct stringtable *table, in stringtable_finalize()
A Dcache.c41 static struct stringtable strings;
A DMakefile136 stringtable
197 tst-auxv tst-stringtable

Completed in 13 milliseconds