Home | History | Annotate | Download | only in bfd

Lines Matching full:sgot

3867       asection *sgot = alpha_elf_tdata (info.gotobj)->got;
3868 info.gp = (sgot->output_section->vma
3869 + sgot->output_offset
4225 asection *sgot, *srel, *srelgot;
4267 sgot = alpha_elf_tdata (gotobj)->got;
4271 gp = (sgot->output_section->vma
4272 + sgot->output_offset
4279 sgot = NULL;
4444 BFD_ASSERT(sgot != NULL);
4454 sgot->contents + gotent->got_offset);
4462 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4467 value = (sgot->output_section->vma
4468 + sgot->output_offset
4697 sgot->contents + gotent->got_offset);
4703 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4715 sgot->contents + gotent->got_offset + 8);
4718 value = (sgot->output_section->vma
4719 + sgot->output_offset
4765 BFD_ASSERT(sgot != NULL);
4785 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4793 sgot->contents + gotent->got_offset);
4796 value = (sgot->output_section->vma
4797 + sgot->output_offset
4867 asection *splt, *sgot, *srel;
4888 sgot = alpha_elf_tdata (gotent->gotobj)->got;
4889 BFD_ASSERT (sgot != NULL);
4894 got_addr = (sgot->output_section->vma
4895 + sgot->output_offset
4939 sgot->contents + gotent->got_offset);
4955 asection *sgot;
4961 sgot = alpha_elf_tdata (gotent->gotobj)->got;
4983 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel,
4988 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel,
5377 asection *sgot;
5383 sgot = alpha_elf_tdata(i)->got;
5384 if (! bfd_set_section_contents (abfd, sgot->output_section,
5385 sgot->contents,
5386 (file_ptr) sgot->output_offset,
5387 sgot->size))