Home
last modified time | relevance | path

Searched defs:hash_entry (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dhash-map.h29 struct hash_entry in class() struct
31 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()
51 static bool is_deleted (const hash_entry &e) in class()
59 static void ggc_mx (hash_entry &e) in class()
65 static void ggc_maybe_mx (hash_entry &e) in class()
71 static void pch_nx (hash_entry &e) in class()
[all …]
/dragonfly/contrib/flex/src/
H A Dsym.c42 struct hash_entry { struct
43 struct hash_entry *prev, *next; argument
49 typedef struct hash_entry **hash_table; argument
/dragonfly/contrib/binutils-2.34/gas/
H A Dhash.c36 struct hash_entry { struct
38 struct hash_entry *next; argument
52 struct hash_entry **table; argument
/dragonfly/contrib/binutils-2.27/gas/
H A Dhash.c36 struct hash_entry { struct
38 struct hash_entry *next; argument
52 struct hash_entry **table; argument
/dragonfly/contrib/diffutils/lib/
H A Dhash.c46 struct hash_entry struct
49 struct hash_entry *next; argument
/dragonfly/contrib/grep/lib/
H A Dhash.c46 struct hash_entry struct
49 struct hash_entry *next; argument
/dragonfly/usr.bin/ctags/
H A DC.c316 hash_entry(void) in hash_entry() function
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c2161 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()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c2328 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()