Lines Matching defs:TOCstart

1614   bfd_vma TOCstart;
1623 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1624 if (TOCstart == 0)
1625 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1628 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1637 bfd_vma TOCstart;
1646 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1647 if (TOCstart == 0)
1648 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1651 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1663 bfd_vma TOCstart;
1678 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1679 if (TOCstart == 0)
1680 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1682 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
14475 move, we'll be called again. Provide a value for TOCstart. */
14481 bfd_vma TOCstart, adjust;
14504 TOCstart = defined_sym_val (h) - TOC_BASE_OFF;
14505 _bfd_set_gp_value (obfd, TOCstart);
14506 return TOCstart;
14530 using TOCstart. */
14552 TOCstart = 0;
14554 TOCstart = s->output_section->vma + s->output_offset;
14557 adjust = TOCstart & (TOC_BASE_ALIGN - 1);
14558 TOCstart -= adjust;
14559 _bfd_set_gp_value (obfd, TOCstart);
14581 return TOCstart;
15491 bfd_vma TOCstart;
15518 TOCstart = elf_gp (output_bfd);
15673 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
16257 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
16686 from = TOCstart + htab->sec_info[input_section->id].toc_off;
16712 from = TOCstart + htab->sec_info[input_section->id].toc_off;
17092 addend = -(TOCstart + htab->sec_info[input_section->id].toc_off);
17164 relocation = TOCstart;
17194 addend -= TOCstart + htab->sec_info[input_section->id].toc_off;