Home
last modified time | relevance | path

Searched refs:string_hash_entry (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Decofflink.c288 struct string_hash_entry struct
294 struct string_hash_entry *next; argument
310 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
314 if (ret == (struct string_hash_entry *) NULL)
315 ret = ((struct string_hash_entry *)
316 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
317 if (ret == (struct string_hash_entry *) NULL)
321 ret = ((struct string_hash_entry *)
337 ((struct string_hash_entry *) \
390 struct string_hash_entry *ss_hash;
[all …]
/freebsd-12-stable/contrib/binutils/binutils/
Dwrstabs.c43 struct string_hash_entry struct
47 struct string_hash_entry *next; argument
141 struct string_hash_entry *strings;
143 struct string_hash_entry *last_string;
304 struct string_hash_entry *ret = (struct string_hash_entry *) entry; in string_hash_newfunc()
308 if (ret == (struct string_hash_entry *) NULL) in string_hash_newfunc()
309 ret = ((struct string_hash_entry *) in string_hash_newfunc()
310 bfd_hash_allocate (table, sizeof (struct string_hash_entry))); in string_hash_newfunc()
311 if (ret == (struct string_hash_entry *) NULL) in string_hash_newfunc()
315 ret = ((struct string_hash_entry *) in string_hash_newfunc()
[all …]
DChangeLog-9197869 * wrstabs.c (struct string_hash_entry): Add next field.
871 string_hash_entry. Add last_strings field. Remove strings_alloc