Lines Matching full:relcount
50 long *relcount;
789 *data->relcount = 0;
800 *data->relcount = bfd_canonicalize_reloc (abfd, sec, *data->relocs,
802 if (*data->relcount < 0)
808 ++data->relcount;
865 static long *relcount;
879 free (relcount);
882 relcount = NULL;
893 relcount = (long *) xmalloc (seccount * sizeof *relcount);
897 rinfo.relcount = relcount;
908 for (j = 0; j < relcount[i]; j++)