Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c3930 bfd_vma toc_curr; member
11173 htab->toc_curr = ppc64_elf_set_toc (info, info->output_bfd); in ppc64_elf_start_multitoc_partition()
11203 off = addr - htab->toc_curr; in ppc64_elf_next_toc_section()
11211 htab->toc_curr = addr; in ppc64_elf_next_toc_section()
11219 off = htab->toc_curr - elf_gp (isec->output_section->owner); in ppc64_elf_next_toc_section()
11241 || htab->toc_curr != elf_gp (isec->owner)) in ppc64_elf_next_toc_section()
11243 htab->toc_curr = elf_gp (isec->owner); in ppc64_elf_next_toc_section()
11296 htab->multi_toc_needed = htab->toc_curr != elf_gp (info->output_bfd); in ppc64_elf_layout_multitoc()
11475 htab->toc_curr = TOC_BASE_OFF; in ppc64_elf_finish_multitoc_partition()
11738 htab->toc_curr = elf_gp (isec->owner); in ppc64_elf_next_input_section()
[all …]
DChangeLog-02032718 Don't set toc_curr from input bfds that haven't set elf_gp.
2863 toc_curr, toc_off and emit_stub_syms.
2876 Initialize elf_gp and toc_curr.