• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:sgot

3636       asection *sgot = alpha_elf_tdata (info.gotobj)->got;
3637 info.gp = (sgot->output_section->vma
3638 + sgot->output_offset
3981 asection *sgot, *srel, *srelgot;
4021 sgot = alpha_elf_tdata (gotobj)->got;
4025 gp = (sgot->output_section->vma
4026 + sgot->output_offset
4033 sgot = NULL;
4194 BFD_ASSERT(sgot != NULL);
4204 sgot->contents + gotent->got_offset);
4210 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4215 value = (sgot->output_section->vma
4216 + sgot->output_offset
4446 sgot->contents + gotent->got_offset);
4452 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4464 sgot->contents + gotent->got_offset + 8);
4467 value = (sgot->output_section->vma
4468 + sgot->output_offset
4514 BFD_ASSERT(sgot != NULL);
4534 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srelgot,
4542 sgot->contents + gotent->got_offset);
4545 value = (sgot->output_section->vma
4546 + sgot->output_offset
4618 asection *splt, *sgot, *srel;
4639 sgot = alpha_elf_tdata (gotent->gotobj)->got;
4640 BFD_ASSERT (sgot != NULL);
4645 got_addr = (sgot->output_section->vma
4646 + sgot->output_offset
4690 sgot->contents + gotent->got_offset);
4706 asection *sgot;
4712 sgot = alpha_elf_tdata (gotent->gotobj)->got;
4734 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel,
4739 elf64_alpha_emit_dynrel (output_bfd, info, sgot, srel,
5127 asection *sgot;
5133 sgot = alpha_elf_tdata(i)->got;
5134 if (! bfd_set_section_contents (abfd, sgot->output_section,
5135 sgot->contents,
5136 (file_ptr) sgot->output_offset,
5137 sgot->size))