Searched refs:stringtable_add (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/elf/ |
D | tst-stringtable.c | 42 struct stringtable_entry *e = stringtable_add (&s, ""); in do_test() 59 struct stringtable_entry *e = stringtable_add (&s, "name"); in do_test() 77 struct stringtable_entry *suffix = stringtable_add (&s, "suffix"); in do_test() 83 = stringtable_add (&s, "prefix-suffix"); in do_test() 108 entries[i] = stringtable_add (&s, strings[i]); in do_test() 112 entries[i + count] = stringtable_add (&s, strings[i + count]); in do_test() 150 entries[i] = stringtable_add (&s, strings[i]); in do_test()
|
D | stringtable.h | 43 struct stringtable_entry *stringtable_add (struct stringtable *table,
|
D | cache.c | 75 struct stringtable_entry *name_interned = stringtable_add (&strings, name); in new_glibc_hwcaps_subdirectory() 779 path_interned = stringtable_add (&strings, p); in add_to_cache() 783 new_entry->lib = stringtable_add (&strings, soname); in add_to_cache()
|
D | stringtable.c | 82 stringtable_add (struct stringtable *table, const char *string) in stringtable_add() function
|