Home | History | Annotate | Download | only in bfd

Lines Matching full:reloc_size

1259       long reloc_size, reloc_count, i;
1264 reloc_size = bfd_get_reloc_upper_bound (abfd, sec);
1265 if (reloc_size <= 0)
1268 relocs = (arelent **) bfd_malloc ((bfd_size_type) reloc_size);