Lines Matching refs:splt
599 asection *splt;
1414 htab->splt = bfd_get_linker_section (dynobj, ".plt");
1609 asection *s, *srelplt, *splt, *sgotplt, *srelgot, *spltlittbl, *sgotloc;
1674 (splt = elf_xtensa_get_plt_section (info, chunk)) != NULL;
1692 splt->size = PLT_ENTRY_SIZE * chunk_entries;
1699 splt->size = 0;
2314 asection *splt, *sgotplt;
2320 splt = elf_xtensa_get_plt_section (info, chunk);
2322 BFD_ASSERT (splt != NULL && sgotplt != NULL);
2324 plt_base = splt->output_section->vma + splt->output_offset;
2336 memcpy (splt->contents + code_offset,
2343 splt->contents + code_offset + 4);
2346 splt->contents + code_offset + 7);
2349 splt->contents + code_offset + 10);
9635 asection *splt, *sgotplt, *srelgot;
9647 splt = elf_xtensa_get_plt_section (info, chunk);
9649 BFD_ASSERT (splt != NULL && sgotplt != NULL);
9664 BFD_ASSERT (splt->size == PLT_ENTRY_SIZE);
9668 BFD_ASSERT (splt->size >= PLT_ENTRY_SIZE);
9671 splt->size -= PLT_ENTRY_SIZE;
10334 return htab->splt;