Searched defs:hash_entry (Results 1 – 8 of 8) sorted by relevance
29 struct hash_entry in class() struct31 Key m_key; in class()32 Value m_value; in class()34 typedef hash_entry value_type; in class()35 typedef Key compare_type; in class()37 static hashval_t hash (const hash_entry &e) in class()42 static bool equal (const hash_entry &a, const Key &b) in class()47 static void remove (hash_entry &e) { Traits::remove (e); } in class()49 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class()51 static bool is_deleted (const hash_entry &e) in class()[all …]
42 struct hash_entry { struct43 struct hash_entry *prev, *next; argument49 typedef struct hash_entry **hash_table; argument
36 struct hash_entry { struct38 struct hash_entry *next; argument52 struct hash_entry **table; argument
46 struct hash_entry struct49 struct hash_entry *next; argument
316 hash_entry(void) in hash_entry() function
2161 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol()4123 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol()
2328 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol()4559 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol()