Home | History | Annotate | Download | only in binutils

Lines Matching full:relocs

43 /* When fetching relocs, we use this structure to pass information to
49 arelent ***relocs;
776 /* This function is used to get the relocs for a particular section.
788 *data->relocs = NULL;
799 *data->relocs = (arelent **) xmalloc (relsize);
800 *data->relcount = bfd_canonicalize_reloc (abfd, sec, *data->relocs,
807 ++data->relocs;
864 static arelent ***relocs;
872 if (abfd != lineno_cache_rel_bfd && relocs != NULL)
875 if (relocs[i] != NULL)
876 free (relocs[i]);
878 free (relocs);
881 relocs = NULL;
885 if (relocs == NULL)
892 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs);
896 rinfo.relocs = relocs;
912 r = relocs[i][j];