Lines Matching refs:splt
411 asection *splt; in xstormy16_elf_check_relocs() local
420 splt = NULL; in xstormy16_elf_check_relocs()
460 if (splt == NULL) in xstormy16_elf_check_relocs()
462 splt = bfd_get_linker_section (dynobj, ".plt"); in xstormy16_elf_check_relocs()
463 if (splt == NULL) in xstormy16_elf_check_relocs()
469 splt = bfd_make_section_anyway_with_flags (dynobj, ".plt", in xstormy16_elf_check_relocs()
471 if (splt == NULL in xstormy16_elf_check_relocs()
472 || ! bfd_set_section_alignment (dynobj, splt, 1)) in xstormy16_elf_check_relocs()
500 *offset = splt->size; in xstormy16_elf_check_relocs()
501 splt->size += 4; in xstormy16_elf_check_relocs()
531 asection *splt; member
555 data->splt->size -= 4; in xstormy16_relax_plt_check()
582 asection *splt, in xstormy16_elf_relax_section() argument
597 || strcmp (splt->name, ".plt") != 0) in xstormy16_elf_relax_section()
601 if (splt->size == 0) in xstormy16_elf_relax_section()
606 relax_plt_data.splt = splt; in xstormy16_elf_relax_section()
660 splt->size -= 4; in xstormy16_elf_relax_section()
680 if (*again && splt->size > 0) in xstormy16_elf_relax_section()
713 asection *splt; in xstormy16_elf_always_size_sections() local
722 splt = bfd_get_linker_section (dynobj, ".plt"); in xstormy16_elf_always_size_sections()
723 BFD_ASSERT (splt != NULL); in xstormy16_elf_always_size_sections()
725 splt->contents = bfd_zalloc (dynobj, splt->size); in xstormy16_elf_always_size_sections()
726 if (splt->contents == NULL) in xstormy16_elf_always_size_sections()
777 asection *splt; in xstormy16_elf_relocate_section() local
784 splt = NULL; in xstormy16_elf_relocate_section()
786 splt = bfd_get_linker_section (dynobj, ".plt"); in xstormy16_elf_relocate_section()
895 bfd_put_32 (input_bfd, x, splt->contents + *plt_offset); in xstormy16_elf_relocate_section()
899 relocation = (splt->output_section->vma in xstormy16_elf_relocate_section()
900 + splt->output_offset in xstormy16_elf_relocate_section()
970 asection *splt; in xstormy16_elf_finish_dynamic_sections() local
976 && (splt = bfd_get_linker_section (dynobj, ".plt")) != NULL) in xstormy16_elf_finish_dynamic_sections()
978 bfd_byte *contents = splt->contents; in xstormy16_elf_finish_dynamic_sections()
979 unsigned int i, size = splt->size; in xstormy16_elf_finish_dynamic_sections()