Lines Matching refs:sgotplt

1153 	      asection *sgotplt = htab->root.sgotplt;  in cris_elf_relocate_section()  local
1157 BFD_ASSERT (sgotplt != NULL); in cris_elf_relocate_section()
1608 asection *sgotplt = htab->root.sgotplt; in cris_elf_relocate_section() local
1609 BFD_ASSERT (sgotplt != NULL); in cris_elf_relocate_section()
1621 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 12); in cris_elf_relocate_section()
1622 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 16); in cris_elf_relocate_section()
1623 outrel.r_offset = (sgotplt->output_section->vma in cris_elf_relocate_section()
1624 + sgotplt->output_offset in cris_elf_relocate_section()
1633 bfd_put_32 (output_bfd, (bfd_vma) 1, sgotplt->contents + 12); in cris_elf_relocate_section()
1634 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 16); in cris_elf_relocate_section()
2103 asection *sgotplt; in elf_cris_finish_dynamic_symbol() local
2143 sgotplt = htab->root.sgotplt; in elf_cris_finish_dynamic_symbol()
2145 BFD_ASSERT (splt != NULL && sgotplt != NULL in elf_cris_finish_dynamic_symbol()
2148 got_base = sgotplt->output_section->vma + sgotplt->output_offset; in elf_cris_finish_dynamic_symbol()
2189 sgotplt->contents + got_offset); in elf_cris_finish_dynamic_symbol()
2192 rela.r_offset = (sgotplt->output_section->vma in elf_cris_finish_dynamic_symbol()
2193 + sgotplt->output_offset in elf_cris_finish_dynamic_symbol()
2323 sgot = elf_hash_table (info)->sgotplt; in elf_cris_finish_dynamic_sections()
2800 s = htab->root.sgotplt; in elf_cris_adjust_dynamic_symbol()