Home
last modified time | relevance | path

Searched refs:toc_relocs (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c8660 Elf_Internal_Rela *relstart, *rel, *toc_relocs; in ppc64_elf_edit_toc() local
8675 toc_relocs = NULL; in ppc64_elf_edit_toc()
8771 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL, in ppc64_elf_edit_toc()
8773 if (toc_relocs == NULL) in ppc64_elf_edit_toc()
8776 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel) in ppc64_elf_edit_toc()
8836 |= can_optimize | ((rel - toc_relocs) << 2); in ppc64_elf_edit_toc()
8854 if (toc_relocs != NULL in ppc64_elf_edit_toc()
8855 && elf_section_data (toc)->relocs != toc_relocs) in ppc64_elf_edit_toc()
8856 free (toc_relocs); in ppc64_elf_edit_toc()
9164 = toc_relocs + (skip[val >> 3] >> 2); in ppc64_elf_edit_toc()
[all …]