Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c4046 asection *toc_first_sec; member
11383 htab->toc_first_sec = NULL; in ppc64_elf_start_multitoc_partition()
11407 htab->toc_first_sec = isec; in ppc64_elf_next_toc_section()
11417 addr = (htab->toc_first_sec->output_offset in ppc64_elf_next_toc_section()
11418 + htab->toc_first_sec->output_section->vma); in ppc64_elf_next_toc_section()
11449 if (htab->toc_first_sec == NULL in ppc64_elf_next_toc_section()
11453 htab->toc_first_sec = isec; in ppc64_elf_next_toc_section()
11455 addr = (htab->toc_first_sec->output_offset in ppc64_elf_next_toc_section()
11456 + htab->toc_first_sec->output_section->vma); in ppc64_elf_next_toc_section()
11670 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.