Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

726   htab->splt = s;
1443 asection * splt;
1448 splt = NULL;
1751 splt = htab->root.splt;
1752 value = (splt->output_section->vma
1753 + splt->output_offset
1774 splt = htab->root.splt;
1775 value = (splt->output_section->vma
1776 + splt->output_offset
3485 asection * splt;
3487 splt = hash_table->root.splt;
3488 value = ((splt->output_section->vma
3489 + splt->output_offset
4936 s = htab->root.splt;
5223 asection * splt;
5235 splt = htab->root.splt;
5238 BFD_ASSERT (splt != NULL && sgot != NULL && srel != NULL);
5255 memcpy (splt->contents + h->plt.offset, elf_mn10300_plt_entry,
5261 (splt->contents + h->plt.offset
5266 (splt->contents + h->plt.offset
5271 memcpy (splt->contents + h->plt.offset, elf_mn10300_pic_plt_entry,
5275 (splt->contents + h->plt.offset
5280 (splt->contents + h->plt.offset
5285 (splt->output_section->vma
5286 + splt->output_offset
5432 asection * splt;
5493 splt = htab->root.splt;
5494 if (splt && splt->size > 0)
5498 memcpy (splt->contents, elf_mn10300_pic_plt_entry,
5503 memcpy (splt->contents, elf_mn10300_plt0_entry, PLT0_ENTRY_SIZE);
5506 splt->contents + elf_mn10300_plt0_gotid_offset (info));
5509 splt->contents + elf_mn10300_plt0_linker_offset (info));
5514 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 4;
5522 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 1;