Lines Matching refs:bfd_zalloc

1995   obj_som_exec_data (abfd) = bfd_zalloc (abfd, (bfd_size_type) sizeof (struct som_exec_data));  in som_object_setup()
2502 aux_hdr_ptr = bfd_zalloc (abfd, in som_object_p()
2533 abfd->tdata.som_data = bfd_zalloc (abfd, (bfd_size_type) sizeof (struct som_data_struct)); in som_mkobject()
2551 file_hdr = bfd_zalloc (abfd, amt); in som_prep_headers()
2560 obj_som_exec_hdr (abfd) = bfd_zalloc (abfd, amt); in som_prep_headers()
2602 som_section_data (section)->space_dict = bfd_zalloc (abfd, amt); in som_prep_headers()
2624 som_section_data (section)->subspace_dict = bfd_zalloc (abfd, amt); in som_prep_headers()
2884 sorted_syms = bfd_zalloc (abfd, amt); in som_prep_for_fixups()
4875 som_symbol_type *new_symbol_type = bfd_zalloc (abfd, amt); in som_make_empty_symbol()
5333 internal_relocs = bfd_zalloc (abfd, amt); in som_slurp_reloc_table()
5408 newsect->used_by_bfd = bfd_zalloc (abfd, amt); in som_new_section_hook()
5461 som_section_data (osection)->copy_data = bfd_zalloc (obfd, amt); in som_bfd_copy_private_section_data()
5499 obj_som_exec_data (obfd) = bfd_zalloc (obfd, (bfd_size_type) sizeof (struct som_exec_data)); in som_bfd_copy_private_bfd_data()
5572 som_section_data (section)->copy_data = bfd_zalloc (section->owner, amt); in bfd_som_set_section_attributes()
5602 som_section_data (section)->copy_data = bfd_zalloc (section->owner, amt); in bfd_som_set_subsection_attributes()
5644 obj_som_version_hdr (abfd) = bfd_zalloc (abfd, amt); in bfd_som_attach_aux_hdr()
5661 obj_som_copyright_hdr (abfd) = bfd_zalloc (abfd, amt); in bfd_som_attach_aux_hdr()
5685 n = (struct som_compilation_unit *) bfd_zalloc in bfd_som_attach_compilation_unit()