Home | History | Annotate | Download | only in bfd

Lines Matching refs:total_size

3678   bfd_size_type total_size;
3756 total_size = msec->size;
3759 &stash->info_ptr_memory, &total_size))
3765 for (total_size = 0;
3768 total_size += msec->size;
3770 stash->info_ptr_memory = (bfd_byte *) bfd_malloc (total_size);
3774 total_size = 0;
3786 (debug_bfd, msec, stash->info_ptr_memory + total_size,
3790 total_size += size;
3795 stash->info_ptr_end = stash->info_ptr + total_size;