Home | History | Annotate | Download | only in bfd

Lines Matching full:reloc_size

12998   long reloc_size;
13002 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
13003 if (reloc_size < 0)
13010 if (reloc_size == 0)
13013 reloc_vector = (arelent **) bfd_malloc (reloc_size);