Lines Matching refs:bfd_malloc
1966 alc = (char *) bfd_malloc (len); in _bfd_elf_link_assign_sym_version()
2198 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size); in _bfd_elf_link_read_relocs()
2212 alloc1 = bfd_malloc (size); in _bfd_elf_link_read_relocs()
3723 extversym = (Elf_External_Versym *) bfd_malloc (versymhdr->sh_size); in elf_link_add_object_symbols()
3756 old_tab = bfd_malloc (tabsize + entsize); in elf_link_add_object_symbols()
4380 (struct elf_link_hash_entry **) bfd_malloc (amt); in elf_link_add_object_symbols()
4573 shortname = (char *) bfd_malloc (amt + 1); in elf_link_add_object_symbols()
4631 sorted_sym_hash = (struct elf_link_hash_entry **) bfd_malloc (amt); in elf_link_add_object_symbols()
5137 alc = (char *) bfd_malloc (p - name + 1); in elf_collect_hash_codes()
5209 alc = (char *) bfd_malloc (p - name + 1); in elf_collect_gnu_hash_codes()
5353 counts = (unsigned long int *) bfd_malloc (amt); in compute_bucket_count()
5731 newname = (char *) bfd_malloc (newlen); in bfd_elf_size_dynamic_sections()
6433 hashcodes = (unsigned long int *) bfd_malloc (amt); in bfd_elf_size_dynsym_hash_dynstr()
6485 cinfo.hashcodes = (long unsigned int *) bfd_malloc (amt); in bfd_elf_size_dynsym_hash_dynstr()
6568 cinfo.bitmask = (bfd_vma *) bfd_malloc (amt); in bfd_elf_size_dynsym_hash_dynstr()
7106 ssymbuf = (struct elf_symbuf_head *) bfd_malloc (total_size); in elf_create_symbuf()
7263 bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7265 bfd_malloc (count2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7307 bfd_malloc (symcount1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7309 bfd_malloc (symcount2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
8560 extversym = (Elf_External_Versym *) bfd_malloc (versymhdr->sh_size); in elf_link_check_versioned_symbol()
10349 bfd_malloc (seen_linkorder * sizeof (struct bfd_link_order *)); in elf_fixup_link_order()
10724 flinfo.symbuf = (bfd_byte *) bfd_malloc (amt); in bfd_elf_final_link()
10786 flinfo.contents = (bfd_byte *) bfd_malloc (max_contents_size); in bfd_elf_final_link()
10793 flinfo.external_relocs = bfd_malloc (max_external_reloc_size); in bfd_elf_final_link()
10802 flinfo.internal_relocs = (Elf_Internal_Rela *) bfd_malloc (amt); in bfd_elf_final_link()
10810 flinfo.external_syms = (bfd_byte *) bfd_malloc (amt); in bfd_elf_final_link()
10815 flinfo.internal_syms = (Elf_Internal_Sym *) bfd_malloc (amt); in bfd_elf_final_link()
10820 flinfo.indices = (long int *) bfd_malloc (amt); in bfd_elf_final_link()
10825 flinfo.sections = (asection **) bfd_malloc (amt); in bfd_elf_final_link()
10833 flinfo.locsym_shndx = (Elf_External_Sym_Shndx *) bfd_malloc (amt); in bfd_elf_final_link()
11453 bfd_byte *contents = (bfd_byte *) bfd_malloc (attr_size); in bfd_elf_final_link()