HomeSort by: relevance | last modified time | path
    Searched defs:TOCstart (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 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
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 1622 bfd_vma TOCstart;
1631 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1632 if (TOCstart == 0)
1633 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1636 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1645 bfd_vma TOCstart;
1654 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1655 if (TOCstart == 0)
1656 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1659 reloc_entry->addend -= TOCstart + TOC_BASE_OFF
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 1622 bfd_vma TOCstart;
1631 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1632 if (TOCstart == 0)
1633 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1636 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1645 bfd_vma TOCstart;
1654 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1655 if (TOCstart == 0)
1656 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1659 reloc_entry->addend -= TOCstart + TOC_BASE_OFF
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 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
    [all...]

Completed in 22 milliseconds