Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

1361   asection *splt;
1372 splt = NULL;
1511 if (splt == NULL)
1513 splt = bfd_get_linker_section (dynobj, ".plt");
1514 BFD_ASSERT (splt != NULL);
1762 asection *splt;
1775 splt = bfd_get_linker_section (dynobj, ".plt");
1778 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1795 memcpy (splt->contents + h->plt.offset, elf_vax_plt_entry,
1801 splt->contents + h->plt.offset + 4);
1804 splt->contents + h->plt.offset + 8);
1808 (splt->output_section->vma
1809 + splt->output_offset
1903 asection *splt;
1906 splt = bfd_get_linker_section (dynobj, ".plt");
1907 BFD_ASSERT (splt != NULL && sdyn != NULL);
1960 if (splt->size > 0)
1962 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
1966 - (splt->output_section->vma + 6)),
1967 splt->contents + 2);
1971 - (splt->output_section->vma + 12)),
1972 splt->contents + 8);
1973 elf_section_data (splt->output_section)->this_hdr.sh_entsize