Lines Matching refs:sz
584 unsigned long sz; in bfd_ecoff_debug_accumulate() local
636 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size; in bfd_ecoff_debug_accumulate()
637 rfd_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
643 if (!add_memory_shuffle (ainfo, &ainfo->rfd, &ainfo->rfd_end, rfd_out, sz)) in bfd_ecoff_debug_accumulate()
737 sz = copied * external_fdr_size; in bfd_ecoff_debug_accumulate()
738 fdr_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
744 if (!add_memory_shuffle (ainfo, &ainfo->fdr, &ainfo->fdr_end, fdr_out, sz)) in bfd_ecoff_debug_accumulate()
775 sz = fdr.csym * external_sym_size; in bfd_ecoff_debug_accumulate()
776 sym_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
783 sz)) in bfd_ecoff_debug_accumulate()
960 sz = fdr.cpd * outsz; in bfd_ecoff_debug_accumulate()
961 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
968 sz)) in bfd_ecoff_debug_accumulate()
984 sz = fdr.copt * outsz; in bfd_ecoff_debug_accumulate()
985 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
992 sz)) in bfd_ecoff_debug_accumulate()