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

Lines Matching refs:sgot

551   asection *sgot;
562 sgot = NULL;
601 if (sgot == NULL)
603 sgot = bfd_get_section_by_name (dynobj, ".got");
604 BFD_ASSERT (sgot != NULL);
1317 asection *sgot;
1328 sgot = bfd_get_section_by_name (dynobj, ".got");
1349 sgot->size += 4;
1374 asection *sgot;
1389 sgot = NULL;
1485 if (sgot == NULL)
1487 sgot = bfd_get_section_by_name (dynobj, ".got");
1488 BFD_ASSERT (sgot != NULL);
1494 BFD_ASSERT (off < sgot->size);
1515 sgot->contents + off);
1519 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off);
1522 relocation = sgot->output_offset + off;
1528 relocation += sgot->output_section->vma;
1813 asection *sgot;
1826 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
1828 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1861 sgot->contents + got_offset);
1864 rela.r_offset = (sgot->output_section->vma
1865 + sgot->output_offset
1882 asection *sgot;
1889 sgot = bfd_get_section_by_name (dynobj, ".got");
1891 BFD_ASSERT (sgot != NULL && srela != NULL);
1893 rela.r_offset = (sgot->output_section->vma
1894 + sgot->output_offset
1912 (sgot->contents
1958 asection *sgot;
1963 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
1964 BFD_ASSERT (sgot != NULL);
2030 (sgot->output_section->vma
2031 + sgot->output_offset + 4
2035 (sgot->output_section->vma
2036 + sgot->output_offset + 8
2045 if (sgot->size > 0)
2048 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
2052 sgot->contents);
2053 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
2054 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
2057 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;