Lines Matching refs:amt
156 bfd_size_type count, amt; in _bfd_link_section_stabs() local
214 amt = sizeof (struct stab_section_info); in _bfd_link_section_stabs()
215 amt += (count - 1) * sizeof (bfd_size_type); in _bfd_link_section_stabs()
216 *psecinfo = bfd_alloc (abfd, amt); in _bfd_link_section_stabs()
376 amt = sizeof *ne; in _bfd_link_section_stabs()
377 ne = (struct stab_excl_list *) bfd_alloc (abfd, amt); in _bfd_link_section_stabs()
474 amt = count * sizeof (bfd_size_type); in _bfd_link_section_stabs()
475 secinfo->cumulative_skips = (bfd_size_type *) bfd_alloc (abfd, amt); in _bfd_link_section_stabs()
516 bfd_size_type count, amt; in _bfd_discard_section_stabs() local
627 amt = count * sizeof (bfd_size_type); in _bfd_discard_section_stabs()
628 secinfo->cumulative_skips = (bfd_size_type *) bfd_alloc (abfd, amt); in _bfd_discard_section_stabs()