Lines Matching refs:sgotplt
1139 asection *sgotplt in cris_elf_relocate_section() local
1144 BFD_ASSERT (sgotplt != NULL); in cris_elf_relocate_section()
1588 asection *sgotplt = bfd_get_linker_section (dynobj, ".got.plt"); in cris_elf_relocate_section() local
1589 BFD_ASSERT (sgotplt != NULL); in cris_elf_relocate_section()
1602 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 12); in cris_elf_relocate_section()
1603 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 16); in cris_elf_relocate_section()
1604 outrel.r_offset = (sgotplt->output_section->vma in cris_elf_relocate_section()
1605 + sgotplt->output_offset in cris_elf_relocate_section()
1614 bfd_put_32 (output_bfd, (bfd_vma) 1, sgotplt->contents + 12); in cris_elf_relocate_section()
1615 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 16); in cris_elf_relocate_section()
2090 asection *sgotplt; in elf_cris_finish_dynamic_symbol() local
2130 sgotplt = bfd_get_linker_section (dynobj, ".got.plt"); in elf_cris_finish_dynamic_symbol()
2132 BFD_ASSERT (splt != NULL && sgotplt != NULL in elf_cris_finish_dynamic_symbol()
2135 got_base = sgotplt->output_section->vma + sgotplt->output_offset; in elf_cris_finish_dynamic_symbol()
2176 sgotplt->contents + got_offset); in elf_cris_finish_dynamic_symbol()
2179 rela.r_offset = (sgotplt->output_section->vma in elf_cris_finish_dynamic_symbol()
2180 + sgotplt->output_offset in elf_cris_finish_dynamic_symbol()