Searched refs:stringtable (Results 1 – 6 of 6) sorted by relevance
| /elf/ |
| A D | stringtable.h | 35 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 D | stringtable_free.c | 22 stringtable_free (struct stringtable *table) in stringtable_free() 32 *table = (struct stringtable) { 0, }; in stringtable_free()
|
| A D | tst-stringtable.c | 30 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 D | stringtable.c | 27 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 D | cache.c | 41 static struct stringtable strings;
|
| A D | Makefile | 136 stringtable 197 tst-auxv tst-stringtable
|
Completed in 13 milliseconds