Lines Matching defs:TOCstart

1592   bfd_vma TOCstart;
1601 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1602 if (TOCstart == 0)
1603 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1606 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1615 bfd_vma TOCstart;
1624 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1625 if (TOCstart == 0)
1626 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1629 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1641 bfd_vma TOCstart;
1651 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1652 if (TOCstart == 0)
1653 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1656 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
13854 move, we'll be called again. Provide a value for TOCstart. */
13860 bfd_vma TOCstart, adjust;
13882 TOCstart = defined_sym_val (h) - TOC_BASE_OFF;
13883 _bfd_set_gp_value (obfd, TOCstart);
13884 return TOCstart;
13908 using TOCstart. */
13930 TOCstart = 0;
13932 TOCstart = s->output_section->vma + s->output_offset;
13935 adjust = TOCstart & (TOC_BASE_ALIGN - 1);
13936 TOCstart -= adjust;
13937 _bfd_set_gp_value (obfd, TOCstart);
13959 return TOCstart;
14796 bfd_vma TOCstart;
14823 TOCstart = elf_gp (output_bfd);
14978 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
15536 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
15959 from = TOCstart + htab->sec_info[input_section->id].toc_off;
15979 from = TOCstart + htab->sec_info[input_section->id].toc_off;
16338 addend = -(TOCstart + htab->sec_info[input_section->id].toc_off);
16412 relocation = TOCstart;
16433 addend -= TOCstart + htab->sec_info[input_section->id].toc_off;