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);
14481 move, we'll be called again. Provide a value for TOCstart. */
14487 bfd_vma TOCstart, adjust;
14510 TOCstart = defined_sym_val (h) - TOC_BASE_OFF;
14511 _bfd_set_gp_value (obfd, TOCstart);
14512 return TOCstart;
14536 using TOCstart. */
14558 TOCstart = 0;
14560 TOCstart = s->output_section->vma + s->output_offset;
14563 adjust = TOCstart & (TOC_BASE_ALIGN - 1);
14564 TOCstart -= adjust;
14565 _bfd_set_gp_value (obfd, TOCstart);
14587 return TOCstart;
15497 bfd_vma TOCstart;
15524 TOCstart = elf_gp (output_bfd);
15679 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
16263 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
16697 from = TOCstart + htab->sec_info[input_section->id].toc_off;
16723 from = TOCstart + htab->sec_info[input_section->id].toc_off;
17103 addend = -(TOCstart + htab->sec_info[input_section->id].toc_off);
17175 relocation = TOCstart;
17205 addend -= TOCstart + htab->sec_info[input_section->id].toc_off;