Lines Matching refs:sgot
555 asection *sgot; in elf_vax_check_relocs() local
566 sgot = NULL; in elf_vax_check_relocs()
614 if (sgot == NULL) in elf_vax_check_relocs()
616 sgot = bfd_get_linker_section (dynobj, ".got"); in elf_vax_check_relocs()
617 BFD_ASSERT (sgot != NULL); in elf_vax_check_relocs()
1307 asection *sgot; in elf_vax_instantiate_got_entries() local
1317 sgot = bfd_get_linker_section (dynobj, ".got"); in elf_vax_instantiate_got_entries()
1335 sgot->size += 4; in elf_vax_instantiate_got_entries()
1359 asection *sgot; in elf_vax_relocate_section() local
1370 sgot = NULL; in elf_vax_relocate_section()
1471 if (sgot == NULL) in elf_vax_relocate_section()
1473 sgot = bfd_get_linker_section (dynobj, ".got"); in elf_vax_relocate_section()
1474 BFD_ASSERT (sgot != NULL); in elf_vax_relocate_section()
1478 BFD_ASSERT (off < sgot->size); in elf_vax_relocate_section()
1480 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off); in elf_vax_relocate_section()
1482 relocation = sgot->output_offset + off; in elf_vax_relocate_section()
1488 relocation += sgot->output_section->vma; in elf_vax_relocate_section()
1762 asection *sgot; in elf_vax_finish_dynamic_symbol() local
1775 sgot = bfd_get_linker_section (dynobj, ".got.plt"); in elf_vax_finish_dynamic_symbol()
1777 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL); in elf_vax_finish_dynamic_symbol()
1810 sgot->contents + got_offset); in elf_vax_finish_dynamic_symbol()
1813 rela.r_offset = (sgot->output_section->vma in elf_vax_finish_dynamic_symbol()
1814 + sgot->output_offset in elf_vax_finish_dynamic_symbol()
1831 asection *sgot; in elf_vax_finish_dynamic_symbol() local
1838 sgot = bfd_get_linker_section (dynobj, ".got"); in elf_vax_finish_dynamic_symbol()
1840 BFD_ASSERT (sgot != NULL && srela != NULL); in elf_vax_finish_dynamic_symbol()
1842 rela.r_offset = (sgot->output_section->vma in elf_vax_finish_dynamic_symbol()
1843 + sgot->output_offset in elf_vax_finish_dynamic_symbol()
1847 sgot->contents + h->got.offset); in elf_vax_finish_dynamic_symbol()
1891 asection *sgot; in elf_vax_finish_dynamic_sections() local
1896 sgot = bfd_get_linker_section (dynobj, ".got.plt"); in elf_vax_finish_dynamic_sections()
1897 BFD_ASSERT (sgot != NULL); in elf_vax_finish_dynamic_sections()
1963 (sgot->output_section->vma in elf_vax_finish_dynamic_sections()
1964 + sgot->output_offset + 4 in elf_vax_finish_dynamic_sections()
1968 (sgot->output_section->vma in elf_vax_finish_dynamic_sections()
1969 + sgot->output_offset + 8 in elf_vax_finish_dynamic_sections()
1978 if (sgot->size > 0) in elf_vax_finish_dynamic_sections()
1981 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents); in elf_vax_finish_dynamic_sections()
1985 sgot->contents); in elf_vax_finish_dynamic_sections()
1986 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4); in elf_vax_finish_dynamic_sections()
1987 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8); in elf_vax_finish_dynamic_sections()
1990 if (elf_section_data (sgot->output_section) != NULL) in elf_vax_finish_dynamic_sections()
1991 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4; in elf_vax_finish_dynamic_sections()