Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c3932 asection *toc_first_sec; member
11175 htab->toc_first_sec = NULL; in ppc64_elf_start_multitoc_partition()
11199 htab->toc_first_sec = isec; in ppc64_elf_next_toc_section()
11209 addr = (htab->toc_first_sec->output_offset in ppc64_elf_next_toc_section()
11210 + htab->toc_first_sec->output_section->vma); in ppc64_elf_next_toc_section()
11240 if (htab->toc_first_sec == NULL in ppc64_elf_next_toc_section()
11244 htab->toc_first_sec = isec; in ppc64_elf_next_toc_section()
11246 addr = (htab->toc_first_sec->output_offset in ppc64_elf_next_toc_section()
11247 + htab->toc_first_sec->output_section->vma); in ppc64_elf_next_toc_section()
11461 htab->toc_first_sec = NULL; in ppc64_elf_layout_multitoc()
DChangeLog-20103259 * elf64-ppc.c (struct ppc_link_hash_table): Add toc_bfd, toc_first_sec.