Home
last modified time | relevance | path

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

/elf/
A Dstringtable.h26 struct stringtable_entry struct
28 struct stringtable_entry *next; /* For collision resolution. */ argument
37 struct stringtable_entry **entries; /* Array of hash table buckets. */ argument
43 struct stringtable_entry *stringtable_add (struct stringtable *table,
A Dstringtable.c61 struct stringtable_entry **new_entries in stringtable_rehash()
66 for (struct stringtable_entry *e = table->entries[i]; e != NULL; ) in stringtable_rehash()
68 struct stringtable_entry *next = e->next; in stringtable_rehash()
81 struct stringtable_entry *
94 for (struct stringtable_entry *e in stringtable_add()
109 struct stringtable_entry *e in stringtable_add()
125 struct stringtable_entry *left = *(struct stringtable_entry **) l; in finalize_compare()
126 struct stringtable_entry *right = *(struct stringtable_entry **) r; in finalize_compare()
178 struct stringtable_entry *previous = array[j - 1]; in stringtable_finalize()
179 struct stringtable_entry *current = array[j]; in stringtable_finalize()
[all …]
A Dstringtable_free.c25 for (struct stringtable_entry *e = table->entries[i]; e != NULL; ) in stringtable_free()
27 struct stringtable_entry *next = e->next; in stringtable_free()
A 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()
82 struct stringtable_entry *prefix in do_test()
103 struct stringtable_entry *entries[2 * count]; in do_test()
148 struct stringtable_entry *entries[array_length (strings)]; in do_test()
A Dcache.c51 struct stringtable_entry *name;
75 struct stringtable_entry *name_interned = stringtable_add (&strings, name); in new_glibc_hwcaps_subdirectory()
144 struct stringtable_entry *lib; /* Library name. */
145 struct stringtable_entry *path; /* Path to find library. */
801 struct stringtable_entry *path_interned; in add_to_cache()

Completed in 15 milliseconds