Home | History | Annotate | Download | only in bfd

Lines Matching refs:reloc_size

7554   long reloc_size;
7558 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
7559 if (reloc_size < 0)
7566 if (reloc_size == 0)
7569 reloc_vector = (arelent **) bfd_malloc (reloc_size);