Searched refs:string_hash_entry (Results 1 – 3 of 3) sorted by relevance
288 struct string_hash_entry struct294 struct string_hash_entry *next; argument310 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 …]
43 struct string_hash_entry struct47 struct string_hash_entry *next; argument141 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 …]
869 * wrstabs.c (struct string_hash_entry): Add next field.871 string_hash_entry. Add last_strings field. Remove strings_alloc