Lines Matching refs:splt
2567 asection *splt = (asection *) data;
2580 if (splt->size == 0)
2581 splt->size = PLT_HEADER_SIZE;
2582 gotent->plt_offset = splt->size;
2583 splt->size += PLT_ENTRY_SIZE;
2600 asection *splt, *spltrel, *sgotplt;
2610 splt = bfd_get_linker_section (dynobj, ".plt");
2611 if (splt == NULL)
2614 splt->size = 0;
2617 elf64_alpha_size_plt_section_1, splt);
2622 if (splt->size)
2625 entries = (splt->size - NEW_PLT_HEADER_SIZE) / NEW_PLT_ENTRY_SIZE;
2627 entries = (splt->size - OLD_PLT_HEADER_SIZE) / OLD_PLT_ENTRY_SIZE;
4843 asection *splt, *sgot, *srel;
4852 splt = bfd_get_linker_section (dynobj, ".plt");
4853 BFD_ASSERT (splt != NULL);
4873 plt_addr = (splt->output_section->vma
4874 + splt->output_offset
4885 splt->contents + gotent->plt_offset);
4895 splt->contents + gotent->plt_offset);
4897 splt->contents + gotent->plt_offset + 4);
4899 splt->contents + gotent->plt_offset + 8);
4993 asection *splt, *sgotplt, *srelaplt;
4997 splt = bfd_get_linker_section (dynobj, ".plt");
4999 BFD_ASSERT (splt != NULL && sdyn != NULL);
5001 plt_vma = splt->output_section->vma + splt->output_offset;
5048 if (splt->size > 0)
5058 bfd_put_32 (output_bfd, insn, splt->contents);
5061 bfd_put_32 (output_bfd, insn, splt->contents + 4);
5064 bfd_put_32 (output_bfd, insn, splt->contents + 8);
5067 bfd_put_32 (output_bfd, insn, splt->contents + 12);
5070 bfd_put_32 (output_bfd, insn, splt->contents + 16);
5073 bfd_put_32 (output_bfd, insn, splt->contents + 20);
5076 bfd_put_32 (output_bfd, insn, splt->contents + 24);
5079 bfd_put_32 (output_bfd, insn, splt->contents + 28);
5082 bfd_put_32 (output_bfd, insn, splt->contents + 32);
5087 bfd_put_32 (output_bfd, insn, splt->contents);
5090 bfd_put_32 (output_bfd, insn, splt->contents + 4);
5093 bfd_put_32 (output_bfd, insn, splt->contents + 8);
5096 bfd_put_32 (output_bfd, insn, splt->contents + 12);
5099 bfd_put_64 (output_bfd, 0, splt->contents + 16);
5100 bfd_put_64 (output_bfd, 0, splt->contents + 24);
5103 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 0;