Home | History | Annotate | Download | only in bfd

Lines Matching defs:entsize

3748       size_t entsize;
3750 for (entsize = 0, i = 0; i < htab->root.table.size; i++)
3758 entsize += htab->root.table.entsize;
3760 entsize += htab->root.table.entsize;
3765 old_tab = bfd_malloc (tabsize + entsize);
3799 memcpy (old_ent, p, htab->root.table.entsize);
3800 old_ent = (char *) old_ent + htab->root.table.entsize;
3804 memcpy (old_ent, h->root.u.i.link, htab->root.table.entsize);
3805 old_ent = (char *) old_ent + htab->root.table.entsize;
4524 memcpy (p, old_ent, htab->root.table.entsize);
4525 old_ent = (char *) old_ent + htab->root.table.entsize;
4529 memcpy (h->root.u.i.link, old_ent, htab->root.table.entsize);
4530 old_ent = (char *) old_ent + htab->root.table.entsize;
6837 unsigned int entsize,
6850 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);