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

Lines Matching refs:sgot

930   asection *sgot;
945 sgot = NULL;
952 sgot = bfd_get_section_by_name (dynobj, ".got");
1182 sgot->contents + off);
1201 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1212 outrel.r_offset = (sgot->output_section->vma
1213 + sgot->output_offset
1226 relocation = sgot->output_offset + off;
1282 if (sgot == NULL)
1295 sgot->output_offset is not involved in this calculation. We
1298 relocation -= sgot->output_section->vma;
1328 relocation -= sgot->output_section->vma;
1347 - sgot->output_section->vma);
1591 asection *sgot;
1625 sgot = bfd_get_section_by_name (dynobj, ".got");
1715 asection *sgot;
1723 sgot = bfd_get_section_by_name (dynobj, ".got");
1725 BFD_ASSERT (sgot != NULL && srela != NULL);
1727 rela.r_offset = (sgot->output_section->vma
1728 + sgot->output_offset
1736 where = sgot->contents + (h->got.offset &~ (bfd_vma) 1);
1799 asection *sgot;
1804 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
1805 BFD_ASSERT (sgot != NULL);
1883 sgot->output_section->vma
1884 + sgot->output_offset + 4,
1901 sgot->output_section->vma
1902 + sgot->output_offset + 4,
1905 sgot->output_section->vma
1906 + sgot->output_offset + 8,
1917 if (sgot->size > 0)
1920 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1924 sgot->contents);
1925 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1926 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1929 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1969 asection *sgot;
1980 sgot = bfd_get_section_by_name (dynobj, ".got");
2010 sgot->size -= 4;
2026 sgot->size -= 4;
2100 asection *sgot;
2104 sgot = bfd_get_section_by_name (dynobj, ".got");
2114 BFD_ASSERT (sgot != NULL && srelgot != NULL);
2117 sgot->size += 4;
2458 asection *sgot;
2471 sgot = NULL;
2574 if (sgot == NULL)
2575 sgot = bfd_get_section_by_name (dynobj, ".got");
2630 sgot->size += 4;
2641 sgot->size += 4;