Home | History | Annotate | Download | only in bfd

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);
14521 move, we'll be called again. Provide a value for TOCstart. */
14527 bfd_vma TOCstart, adjust;
14550 TOCstart = defined_sym_val (h) - TOC_BASE_OFF;
14551 _bfd_set_gp_value (obfd, TOCstart);
14552 return TOCstart;
14576 using TOCstart. */
14598 TOCstart = 0;
14600 TOCstart = s->output_section->vma + s->output_offset;
14603 adjust = TOCstart & (TOC_BASE_ALIGN - 1);
14604 TOCstart -= adjust;
14605 _bfd_set_gp_value (obfd, TOCstart);
14627 return TOCstart;
15542 bfd_vma TOCstart;
15569 TOCstart = elf_gp (output_bfd);
15726 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
16312 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
16746 from = TOCstart + htab->sec_info[input_section->id].toc_off;
16772 from = TOCstart + htab->sec_info[input_section->id].toc_off;
17152 addend = -(TOCstart + htab->sec_info[input_section->id].toc_off);
17224 relocation = TOCstart;
17254 addend -= TOCstart + htab->sec_info[input_section->id].toc_off;