Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfd_hash_entry

106 	returns a pointer to a <<struct bfd_hash_entry>>.  If the
109 the returns <<struct bfd_hash_entry>>.
113 Either way a pointer to a <<struct bfd_hash_entry>> will be
137 hash table entry (a <<struct bfd_hash_entry *>>) and the
184 table this is <<struct bfd_hash_entry>>, which is defined in
192 <<root>>, is of type <<struct bfd_hash_entry>>. Similarly,
232 .struct bfd_hash_entry *
233 .@var{function_name} (struct bfd_hash_entry *entry,
250 . @var{base_newfunc} ((struct bfd_hash_entry *) ret, table, string));
254 . return (struct bfd_hash_entry *) ret;
303 .struct bfd_hash_entry
306 . struct bfd_hash_entry *next;
319 . struct bfd_hash_entry **table;
327 . struct bfd_hash_entry *(*newfunc)
328 . (struct bfd_hash_entry *, struct bfd_hash_table *, const char *);
415 struct bfd_hash_entry *(* {*newfunc*})
416 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *),
425 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
434 alloc *= sizeof (struct bfd_hash_entry *);
435 if (alloc / sizeof (struct bfd_hash_entry *) != size)
447 table->table = (struct bfd_hash_entry **)
471 struct bfd_hash_entry *(* {*newfunc*})
472 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *),
481 struct bfd_hash_entrybfd_hash_entry *,
538 struct bfd_hash_entry *bfd_hash_lookup
546 struct bfd_hash_entry *
553 struct bfd_hash_entry *hashp;
594 struct bfd_hash_entry *bfd_hash_insert
603 struct bfd_hash_entry *
608 struct bfd_hash_entry *hashp;
624 struct bfd_hash_entry **newtable;
626 unsigned long alloc = newsize * sizeof (struct bfd_hash_entry *);
630 if (newsize == 0 || alloc / sizeof (struct bfd_hash_entry *) != newsize)
636 newtable = ((struct bfd_hash_entry **)
648 struct bfd_hash_entry *chain = table->table[hi];
649 struct bfd_hash_entry *chain_end = chain;
673 struct bfd_hash_entry *);
682 struct bfd_hash_entry *ent)
685 struct bfd_hash_entry **pph;
708 struct bfd_hash_entry * {*old*},
709 struct bfd_hash_entry * {*new*});
717 struct bfd_hash_entry *old,
718 struct bfd_hash_entry *nw)
721 struct bfd_hash_entry **pph;
767 struct bfd_hash_entry *bfd_hash_newfunc
768 (struct bfd_hash_entry *,
776 struct bfd_hash_entry *
777 bfd_hash_newfunc (struct bfd_hash_entry *entry,
782 entry = (struct bfd_hash_entry *) bfd_hash_allocate (table,
794 bool (*) (struct bfd_hash_entry *, void *),
803 bool (*func) (struct bfd_hash_entry *, void *),
811 struct bfd_hash_entry *p;
867 struct bfd_hash_entry root;
893 static struct bfd_hash_entry *
894 strtab_hash_newfunc (struct bfd_hash_entry *entry,
910 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string);
919 return (struct bfd_hash_entry *) ret;