Home
last modified time | relevance | path

Searched refs:stringtable_add (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
Dtst-stringtable.c42 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()
Dstringtable.h43 struct stringtable_entry *stringtable_add (struct stringtable *table,
Dcache.c75 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()
Dstringtable.c82 stringtable_add (struct stringtable *table, const char *string) in stringtable_add() function