Lines Matching refs:amt

815   bfd_size_type amt;  in read_abbrevs()  local
822 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE; in read_abbrevs()
823 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt); in read_abbrevs()
834 amt = sizeof (struct abbrev_info); in read_abbrevs()
835 cur_abbrev = (struct abbrev_info *) bfd_zalloc (abfd, amt); in read_abbrevs()
859 amt = cur_abbrev->num_attrs + ATTR_ALLOC_CHUNK; in read_abbrevs()
860 amt *= sizeof (struct attr_abbrev); in read_abbrevs()
861 tmp = (struct attr_abbrev *) bfd_realloc (cur_abbrev->attrs, amt); in read_abbrevs()
933 bfd_size_type amt; in read_attribute_value() local
965 amt = sizeof (struct dwarf_block); in read_attribute_value()
966 blk = (struct dwarf_block *) bfd_alloc (abfd, amt); in read_attribute_value()
976 amt = sizeof (struct dwarf_block); in read_attribute_value()
977 blk = (struct dwarf_block *) bfd_alloc (abfd, amt); in read_attribute_value()
1012 amt = sizeof (struct dwarf_block); in read_attribute_value()
1013 blk = (struct dwarf_block *) bfd_alloc (abfd, amt); in read_attribute_value()
1023 amt = sizeof (struct dwarf_block); in read_attribute_value()
1024 blk = (struct dwarf_block *) bfd_alloc (abfd, amt); in read_attribute_value()
1219 bfd_size_type amt = sizeof (struct line_info); in add_line_info() local
1221 struct line_info* info = (struct line_info *) bfd_alloc (table->abfd, amt); in add_line_info()
1275 amt = sizeof (struct line_sequence); in add_line_info()
1276 seq = (struct line_sequence *) bfd_malloc (amt); in add_line_info()
1475 bfd_size_type amt; in sort_line_sequences() local
1486 amt = sizeof (struct line_sequence) * num_sequences; in sort_line_sequences()
1487 sequences = (struct line_sequence *) bfd_alloc (table->abfd, amt); in sort_line_sequences()
1552 bfd_size_type amt; in decode_line_info() local
1559 amt = sizeof (struct line_info_table); in decode_line_info()
1560 table = (struct line_info_table *) bfd_alloc (abfd, amt); in decode_line_info()
1635 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info()
1636 lh.standard_opcode_lengths = (unsigned char *) bfd_alloc (abfd, amt); in decode_line_info()
1655 amt = table->num_dirs + DIR_ALLOC_CHUNK; in decode_line_info()
1656 amt *= sizeof (char *); in decode_line_info()
1658 tmp = (char **) bfd_realloc (table->dirs, amt); in decode_line_info()
1678 amt = table->num_files + FILE_ALLOC_CHUNK; in decode_line_info()
1679 amt *= sizeof (struct fileinfo); in decode_line_info()
1681 tmp = (struct fileinfo *) bfd_realloc (table->files, amt); in decode_line_info()
1789 amt = table->num_files + FILE_ALLOC_CHUNK; in decode_line_info()
1790 amt *= sizeof (struct fileinfo); in decode_line_info()
1791 tmp = (struct fileinfo *) bfd_realloc (table->files, amt); in decode_line_info()
2330 bfd_size_type amt = sizeof (struct funcinfo); in scan_unit_for_symbols() local
2331 func = (struct funcinfo *) bfd_zalloc (abfd, amt); in scan_unit_for_symbols()
2353 bfd_size_type amt = sizeof (struct varinfo); in scan_unit_for_symbols() local
2354 var = (struct varinfo *) bfd_zalloc (abfd, amt); in scan_unit_for_symbols()
2554 bfd_size_type amt; in parse_comp_unit() local
2624 amt = sizeof (struct comp_unit); in parse_comp_unit()
2625 unit = (struct comp_unit *) bfd_zalloc (abfd, amt); in parse_comp_unit()
3114 bfd_size_type amt = i * sizeof (struct adjusted_section); in place_sections() local
3116 p = (struct adjusted_section *) bfd_malloc (amt); in place_sections()
3471 bfd_size_type amt = sizeof (struct dwarf2_debug); in _bfd_dwarf2_slurp_debug_info() local
3481 memset (stash, 0, amt); in _bfd_dwarf2_slurp_debug_info()
3485 stash = (struct dwarf2_debug *) bfd_zalloc (abfd, amt); in _bfd_dwarf2_slurp_debug_info()