• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:sgot

649   asection *sgot;
661 sgot = NULL;
705 if (sgot == NULL)
707 sgot = bfd_get_section_by_name (dynobj, ".got");
708 BFD_ASSERT (sgot != NULL);
744 sgot->size += 4;
767 sgot->size += 4;
1030 asection *sgot;
1041 sgot = bfd_get_section_by_name (dynobj, ".got");
1075 sgot->size -= 4;
1088 sgot->size -= 4;
1564 asection *sgot;
1578 sgot = NULL;
1647 if (sgot == NULL)
1649 sgot = bfd_get_section_by_name (dynobj, ".got");
1650 BFD_ASSERT (sgot != NULL);
1685 sgot->contents + off);
1706 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1717 outrel.r_offset = (sgot->output_section->vma
1718 + sgot->output_offset
1731 relocation = sgot->output_offset + off;
1740 relocation += sgot->output_section->vma;
2023 asection *sgot;
2037 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
2039 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
2057 (sgot->output_section->vma
2058 + sgot->output_offset
2075 sgot->contents + got_offset);
2078 rela.r_offset = (sgot->output_section->vma
2079 + sgot->output_offset
2096 asection *sgot;
2104 sgot = bfd_get_section_by_name (dynobj, ".got");
2106 BFD_ASSERT (sgot != NULL && srela != NULL);
2108 rela.r_offset = (sgot->output_section->vma
2109 + sgot->output_offset
2125 (sgot->contents
2131 sgot->contents + (h->got.offset &~ (bfd_vma) 1));
2182 asection *sgot;
2187 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
2188 BFD_ASSERT (sgot != NULL);
2258 (sgot->output_section->vma
2259 + sgot->output_offset
2263 (sgot->output_section->vma
2264 + sgot->output_offset
2273 if (sgot->size > 0)
2276 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
2280 sgot->contents);
2281 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
2282 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
2285 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;