Home | History | Annotate | Download | only in bfd

Lines Matching refs:raw_size

501   bfd_size_type raw_size;
533 /* Alpha ecoff makes the determination of raw_size difficult. It has
561 raw_size = raw_end - raw_base;
562 if (raw_size == 0)
567 raw = bfd_alloc (abfd, raw_size);
574 || bfd_bread (raw, raw_size, abfd) != raw_size)