Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

3618   asection *splt;
3630 splt = NULL;
3953 if (splt == NULL)
3955 splt = bfd_get_linker_section (dynobj, ".plt");
3956 BFD_ASSERT (splt != NULL);
3959 relocation = (splt->output_section->vma
3960 + splt->output_offset
3972 if (splt == NULL)
3974 splt = bfd_get_linker_section (dynobj, ".plt");
3975 BFD_ASSERT (splt != NULL);
4240 asection *splt;
4254 splt = bfd_get_linker_section (dynobj, ".plt");
4257 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
4270 memcpy (splt->contents + h->plt.offset,
4274 elf_m68k_install_pc32 (splt, h->plt.offset + plt_info->symbol_relocs.got,
4280 splt->contents
4284 elf_m68k_install_pc32 (splt, h->plt.offset + plt_info->symbol_relocs.plt,
4285 splt->output_section->vma);
4289 (splt->output_section->vma
4290 + splt->output_offset
4477 asection *splt;
4480 splt = bfd_get_linker_section (dynobj, ".plt");
4481 BFD_ASSERT (splt != NULL && sdyn != NULL);
4534 if (splt->size > 0)
4539 memcpy (splt->contents, plt_info->plt0_entry, plt_info->size);
4541 elf_m68k_install_pc32 (splt, plt_info->plt0_relocs.got4,
4546 elf_m68k_install_pc32 (splt, plt_info->plt0_relocs.got8,
4551 elf_section_data (splt->output_section)->this_hdr.sh_entsize