Lines Matching refs:amt

431   bfd_size_type amt;
461 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
462 abbrevs = bfd_zalloc (abfd, amt);
471 amt = sizeof (struct abbrev_info);
472 cur_abbrev = bfd_zalloc (abfd, amt);
494 amt = cur_abbrev->num_attrs + ATTR_ALLOC_CHUNK;
495 amt *= sizeof (struct attr_abbrev);
496 tmp = bfd_realloc (cur_abbrev->attrs, amt);
560 bfd_size_type amt;
573 amt = sizeof (struct dwarf_block);
574 blk = bfd_alloc (abfd, amt);
582 amt = sizeof (struct dwarf_block);
583 blk = bfd_alloc (abfd, amt);
611 amt = sizeof (struct dwarf_block);
612 blk = bfd_alloc (abfd, amt);
620 amt = sizeof (struct dwarf_block);
621 blk = bfd_alloc (abfd, amt);
788 bfd_size_type amt = sizeof (struct line_info);
789 struct line_info* info = bfd_alloc (table->abfd, amt);
979 bfd_size_type amt;
1011 amt = sizeof (struct line_info_table);
1012 table = bfd_alloc (abfd, amt);
1063 amt = lh.opcode_base * sizeof (unsigned char);
1064 lh.standard_opcode_lengths = bfd_alloc (abfd, amt);
1083 amt = table->num_dirs + DIR_ALLOC_CHUNK;
1084 amt *= sizeof (char *);
1086 tmp = bfd_realloc (table->dirs, amt);
1109 amt = table->num_files + FILE_ALLOC_CHUNK;
1110 amt *= sizeof (struct fileinfo);
1112 tmp = bfd_realloc (table->files, amt);
1206 amt = table->num_files + FILE_ALLOC_CHUNK;
1207 amt *= sizeof (struct fileinfo);
1208 tmp = bfd_realloc (table->files, amt);
1710 bfd_size_type amt = sizeof (struct funcinfo);
1711 func = bfd_zalloc (abfd, amt);
1730 bfd_size_type amt = sizeof (struct varinfo);
1731 var = bfd_zalloc (abfd, amt);
1911 bfd_size_type amt;
1974 amt = sizeof (struct comp_unit);
1975 unit = bfd_zalloc (abfd, amt);
2250 bfd_size_type amt;
2268 amt = i * sizeof (struct loadable_section);
2269 p = (struct loadable_section *) bfd_zalloc (abfd, amt);
2349 bfd_size_type amt = sizeof (struct dwarf2_debug);
2351 stash = bfd_zalloc (abfd, amt);