Home | History | Annotate | Download | only in bfd

Lines Matching defs:reloc_size

1287       long reloc_size, reloc_count, i;
1292 reloc_size = bfd_get_reloc_upper_bound (abfd, sec);
1293 if (reloc_size <= 0)
1296 relocs = (arelent **) bfd_malloc ((bfd_size_type) reloc_size);