Lines Matching refs:splt
984 asection *splt;
1001 splt = NULL;
1007 splt = bfd_get_linker_section (dynobj, ".plt");
1380 || splt == NULL)
1388 relocation = (splt->output_section->vma
1389 + splt->output_offset
1405 || splt == NULL)
1413 relocation = (splt->output_section->vma
1414 + splt->output_offset
2096 asection *splt;
2136 splt = bfd_get_linker_section (dynobj, ".plt");
2139 BFD_ASSERT (splt != NULL && sgotplt != NULL
2147 memcpy (splt->contents + h->plt.offset, plt_entry,
2152 splt->contents + h->plt.offset + plt_off1);
2156 memcpy (splt->contents + h->plt.offset, plt_pic_entry,
2159 splt->contents + h->plt.offset + plt_off1);
2169 splt->contents + h->plt.offset + plt_off2);
2174 splt->contents + h->plt.offset + plt_off3);
2179 (splt->output_section->vma
2180 + splt->output_offset
2322 asection *splt;
2325 splt = bfd_get_linker_section (dynobj, ".plt");
2326 BFD_ASSERT (splt != NULL && sdyn != NULL);
2383 if (splt->size > 0)
2388 memcpy (splt->contents, elf_cris_pic_plt0_entry_v32,
2392 memcpy (splt->contents, elf_cris_plt0_entry_v32,
2397 splt->contents + 4);
2399 elf_section_data (splt->output_section)->this_hdr.sh_entsize
2406 memcpy (splt->contents, elf_cris_pic_plt0_entry,
2410 memcpy (splt->contents, elf_cris_plt0_entry,
2415 splt->contents + 6);
2419 splt->contents + 14);
2421 elf_section_data (splt->output_section)->this_hdr.sh_entsize