Lines Matching refs:splt
357 asection *splt;
364 splt = NULL;
366 splt = bfd_get_linker_section (dynobj, ".plt");
491 bfd_put_32 (input_bfd, x, splt->contents + *plt_offset);
495 relocation = (splt->output_section->vma
496 + splt->output_offset
507 splt,
603 asection *splt;
612 splt = NULL;
645 if (splt == NULL)
647 splt = bfd_get_linker_section (dynobj, ".plt");
648 if (splt == NULL)
653 splt = bfd_make_section_anyway_with_flags (dynobj, ".plt",
655 if (splt == NULL
656 || ! bfd_set_section_alignment (dynobj, splt, 1))
684 *offset = splt->size;
685 splt->size += 4;
701 asection *splt;
707 && (splt = bfd_get_linker_section (dynobj, ".plt")) != NULL)
709 bfd_byte *contents = splt->contents;
710 unsigned int i, size = splt->size;
726 asection *splt;
735 splt = bfd_get_linker_section (dynobj, ".plt");
736 BFD_ASSERT (splt != NULL);
738 splt->contents = (bfd_byte *) bfd_zalloc (dynobj, splt->size);
739 if (splt->contents == NULL)
1043 asection *splt;
1067 data->splt->size -= 4;
1093 m32c_elf_relax_plt_section (asection *splt,
1107 if (splt->size == 0)
1112 relax_plt_data.splt = splt;
1166 splt->size -= 4;
1186 if (*again && splt->size > 0)