Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dhash.c36 struct hash_entry { struct
38 struct hash_entry *next; argument
52 struct hash_entry **table; argument
92 alloc = size * sizeof (struct hash_entry *); in hash_new_sized()
93 ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc); in hash_new_sized()
133 static struct hash_entry *
135 struct hash_entry ***plist, unsigned long *phash) in hash_lookup()
141 struct hash_entry **list; in hash_lookup()
142 struct hash_entry *p; in hash_lookup()
143 struct hash_entry *prev; in hash_lookup()
[all …]
DChangeLog-9295108 * hash.c (struct hash_entry): Moved here...
109 * hash.h (struct hash_entry): ...from here.
179 (struct hash_entry): Add field for hash code.
/toolchain/binutils/binutils-2.27/ld/
Dldlang.c2161 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol() argument
2164 if ((hash_entry->type == bfd_link_hash_defined in sort_def_symbol()
2165 || hash_entry->type == bfd_link_hash_defweak) in sort_def_symbol()
2166 && hash_entry->u.def.section->owner != link_info.output_bfd in sort_def_symbol()
2167 && hash_entry->u.def.section->owner != NULL) in sort_def_symbol()
2173 get_userdata (hash_entry->u.def.section)); in sort_def_symbol()
2177 get_userdata (hash_entry->u.def.section) = ud; in sort_def_symbol()
2185 def->entry = hash_entry; in sort_def_symbol()
4123 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument
4127 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol()
[all …]
DChangeLog-00011134 rather than hash_entry pointers.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c1508 struct hash_entry *entry = NULL; in tic4x_operand_parse()
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20062783 (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.