Lines Matching refs:sgot
695 asection * sgot; in cr16_elf_check_relocs() local
698 sgot = NULL; in cr16_elf_check_relocs()
757 if (sgot == NULL) in cr16_elf_check_relocs()
759 sgot = bfd_get_linker_section (dynobj, ".got"); in cr16_elf_check_relocs()
760 BFD_ASSERT (sgot != NULL); in cr16_elf_check_relocs()
787 h->got.offset = sgot->size; in cr16_elf_check_relocs()
823 local_got_offsets[r_symndx] = sgot->size; in cr16_elf_check_relocs()
832 sgot->size += 4; in cr16_elf_check_relocs()
1052 asection * sgot = bfd_get_linker_section (dynobj, ".got"); in cr16_elf_final_link_relocate() local
1071 bfd_put_32 (output_bfd, Rvalue, sgot->contents + off); in cr16_elf_final_link_relocate()
1073 Rvalue = sgot->output_offset + off; in cr16_elf_final_link_relocate()
1080 bfd_put_32 (output_bfd,Rvalue, sgot->contents + off); in cr16_elf_final_link_relocate()
1082 Rvalue = sgot->output_offset + off; in cr16_elf_final_link_relocate()
1100 asection * sgot; in cr16_elf_final_link_relocate() local
1101 sgot = bfd_get_linker_section (dynobj, ".got"); in cr16_elf_final_link_relocate()
1122 bfd_put_32 (output_bfd, Rvalue, sgot->contents + off); in cr16_elf_final_link_relocate()
1124 Rvalue = sgot->output_offset + off; in cr16_elf_final_link_relocate()
1132 bfd_put_32 (output_bfd,Rvalue, sgot->contents + off); in cr16_elf_final_link_relocate()
1133 Rvalue = sgot->output_offset + off; in cr16_elf_final_link_relocate()
2627 asection * sgot; in _bfd_cr16_elf_finish_dynamic_symbol() local
2633 sgot = bfd_get_linker_section (dynobj, ".got"); in _bfd_cr16_elf_finish_dynamic_symbol()
2635 BFD_ASSERT (sgot != NULL && srel != NULL); in _bfd_cr16_elf_finish_dynamic_symbol()
2637 rel.r_offset = (sgot->output_section->vma in _bfd_cr16_elf_finish_dynamic_symbol()
2638 + sgot->output_offset in _bfd_cr16_elf_finish_dynamic_symbol()
2657 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset); in _bfd_cr16_elf_finish_dynamic_symbol()
2707 asection * sgot; in _bfd_cr16_elf_finish_dynamic_sections() local
2712 sgot = bfd_get_linker_section (dynobj, ".got.plt"); in _bfd_cr16_elf_finish_dynamic_sections()
2713 BFD_ASSERT (sgot != NULL); in _bfd_cr16_elf_finish_dynamic_sections()
2780 if (sgot->size > 0) in _bfd_cr16_elf_finish_dynamic_sections()
2783 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents); in _bfd_cr16_elf_finish_dynamic_sections()
2787 sgot->contents); in _bfd_cr16_elf_finish_dynamic_sections()
2790 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4; in _bfd_cr16_elf_finish_dynamic_sections()