Home | History | Annotate | Download | only in bfd

Lines Matching defs:reloc_size

740   long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
750 if (reloc_size < 0)
752 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size);
753 if (reloc_vector == NULL && reloc_size != 0)