Lines Matching refs:sgot
3836 asection *sgot = alpha_elf_tdata (info.gotobj)->got; in elf64_alpha_relax_section() local
3837 info.gp = (sgot->output_section->vma in elf64_alpha_relax_section()
3838 + sgot->output_offset in elf64_alpha_relax_section()
4193 asection *sgot, *srel, *srelgot; in elf64_alpha_relocate_section() local
4235 sgot = alpha_elf_tdata (gotobj)->got; in elf64_alpha_relocate_section()
4239 gp = (sgot->output_section->vma in elf64_alpha_relocate_section()
4240 + sgot->output_offset in elf64_alpha_relocate_section()
4247 sgot = NULL; in elf64_alpha_relocate_section()
4412 BFD_ASSERT(sgot != NULL); in elf64_alpha_relocate_section()
4422 sgot->contents + gotent->got_offset); in elf64_alpha_relocate_section()
4428 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot, in elf64_alpha_relocate_section()
4433 value = (sgot->output_section->vma in elf64_alpha_relocate_section()
4434 + sgot->output_offset in elf64_alpha_relocate_section()
4661 sgot->contents + gotent->got_offset); in elf64_alpha_relocate_section()
4667 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot, in elf64_alpha_relocate_section()
4679 sgot->contents + gotent->got_offset + 8); in elf64_alpha_relocate_section()
4682 value = (sgot->output_section->vma in elf64_alpha_relocate_section()
4683 + sgot->output_offset in elf64_alpha_relocate_section()
4729 BFD_ASSERT(sgot != NULL); in elf64_alpha_relocate_section()
4749 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot, in elf64_alpha_relocate_section()
4757 sgot->contents + gotent->got_offset); in elf64_alpha_relocate_section()
4760 value = (sgot->output_section->vma in elf64_alpha_relocate_section()
4761 + sgot->output_offset in elf64_alpha_relocate_section()
4833 asection *splt, *sgot, *srel; in elf64_alpha_finish_dynamic_symbol() local
4854 sgot = alpha_elf_tdata (gotent->gotobj)->got; in elf64_alpha_finish_dynamic_symbol()
4855 BFD_ASSERT (sgot != NULL); in elf64_alpha_finish_dynamic_symbol()
4860 got_addr = (sgot->output_section->vma in elf64_alpha_finish_dynamic_symbol()
4861 + sgot->output_offset in elf64_alpha_finish_dynamic_symbol()
4905 sgot->contents + gotent->got_offset); in elf64_alpha_finish_dynamic_symbol()
4921 asection *sgot; in elf64_alpha_finish_dynamic_symbol() local
4927 sgot = alpha_elf_tdata (gotent->gotobj)->got; in elf64_alpha_finish_dynamic_symbol()
4949 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel, in elf64_alpha_finish_dynamic_symbol()
4954 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel, in elf64_alpha_finish_dynamic_symbol()
5342 asection *sgot; in elf64_alpha_final_link() local
5348 sgot = alpha_elf_tdata(i)->got; in elf64_alpha_final_link()
5349 if (! bfd_set_section_contents (abfd, sgot->output_section, in elf64_alpha_final_link()
5350 sgot->contents, in elf64_alpha_final_link()
5351 (file_ptr) sgot->output_offset, in elf64_alpha_final_link()
5352 sgot->size)) in elf64_alpha_final_link()