Lines Matching defs:sgot

3661       asection *sgot = alpha_elf_tdata (info.gotobj)->got;
3662 info.gp = (sgot->output_section->vma
3663 + sgot->output_offset
4028 asection *sgot, *srel, *srelgot;
4068 sgot = alpha_elf_tdata (gotobj)->got;
4072 gp = (sgot->output_section->vma
4073 + sgot->output_offset
4080 sgot = NULL;
4252 BFD_ASSERT(sgot != NULL);
4262 sgot->contents + gotent->got_offset);
4268 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4273 value = (sgot->output_section->vma
4274 + sgot->output_offset
4492 sgot->contents + gotent->got_offset);
4498 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4510 sgot->contents + gotent->got_offset + 8);
4513 value = (sgot->output_section->vma
4514 + sgot->output_offset
4560 BFD_ASSERT(sgot != NULL);
4580 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4588 sgot->contents + gotent->got_offset);
4591 value = (sgot->output_section->vma
4592 + sgot->output_offset
4664 asection *splt, *sgot, *srel;
4685 sgot = alpha_elf_tdata (gotent->gotobj)->got;
4686 BFD_ASSERT (sgot != NULL);
4691 got_addr = (sgot->output_section->vma
4692 + sgot->output_offset
4736 sgot->contents + gotent->got_offset);
4752 asection *sgot;
4758 sgot = alpha_elf_tdata (gotent->gotobj)->got;
4780 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel,
4785 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel,
5173 asection *sgot;
5179 sgot = alpha_elf_tdata(i)->got;
5180 if (! bfd_set_section_contents (abfd, sgot->output_section,
5181 sgot->contents,
5182 (file_ptr) sgot->output_offset,
5183 sgot->size))