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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Decofflink.c292 struct string_hash_entry
298 struct string_hash_entry *next;
314 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
318 if (ret == (struct string_hash_entry *) NULL)
319 ret = ((struct string_hash_entry *)
320 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
321 if (ret == (struct string_hash_entry *) NULL)
325 ret = ((struct string_hash_entry *)
341 ((struct string_hash_entry *) \
289 struct string_hash_entry struct
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Decofflink.c292 struct string_hash_entry
298 struct string_hash_entry *next;
314 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
318 if (ret == (struct string_hash_entry *) NULL)
319 ret = ((struct string_hash_entry *)
320 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
321 if (ret == (struct string_hash_entry *) NULL)
325 ret = ((struct string_hash_entry *)
341 ((struct string_hash_entry *) \
289 struct string_hash_entry struct
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c43 struct string_hash_entry struct
47 struct string_hash_entry *next;
141 struct string_hash_entry *strings;
143 struct string_hash_entry *last_string;
305 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
309 if (ret == (struct string_hash_entry *) NULL)
310 ret = ((struct string_hash_entry *)
311 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
312 if (ret == (struct string_hash_entry *) NUL
[all...]

Completed in 60 milliseconds