Home | History | Annotate | Download | only in bfd

Lines Matching refs:internal_relocs

8752   Elf_Internal_Rela *internal_relocs;
8767 internal_relocs = _bfd_elf_link_read_relocs (abfd, sec, NULL, NULL,
8769 if (internal_relocs == NULL)
8772 irelend = internal_relocs + sec->reloc_count
8777 for (irel = internal_relocs; irel < irelend; irel++)
13402 /* If the instruction encoding at PTR and relocations [INTERNAL_RELOCS,
13408 const Elf_Internal_Rela *internal_relocs,
13418 for (irel = internal_relocs; irel < irelend; irel++)
13440 Elf_Internal_Rela *internal_relocs;
13461 internal_relocs = (_bfd_elf_link_read_relocs
13464 if (internal_relocs == NULL)
13468 irelend = internal_relocs + sec->reloc_count;
13469 for (irel = internal_relocs; irel < irelend; irel++)
13600 if (irel > internal_relocs
13626 internal_relocs, irelend))))
13843 elf_section_data (sec)->relocs = internal_relocs;
13882 if (internal_relocs != NULL
13883 && elf_section_data (sec)->relocs != internal_relocs)
13884 free (internal_relocs);
13895 if (internal_relocs != NULL
13896 && elf_section_data (sec)->relocs != internal_relocs)
13897 free (internal_relocs);