Home | History | Annotate | Download | only in bfd

Lines Matching defs:splt

622   asection *splt;
885 if (htab->splt != NULL && h != NULL
888 relocation = (htab->splt->output_section->vma
889 + htab->splt->output_offset
1735 asection *splt;
1806 splt = htab->splt;
1807 if (splt && splt->size > 0)
1812 splt->contents);
1814 splt->contents + 4);
1816 splt->contents + 8);
1818 splt->contents + 12);
1820 splt->contents + 16);
1829 splt->contents);
1832 splt->contents + 4);
1833 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD2, splt->contents + 8);
1834 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD3, splt->contents + 12);
1835 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD4, splt->contents + 16);
1838 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 4;
1879 asection *splt;
1892 splt = htab->splt;
1895 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1915 splt->contents + h->plt.offset);
1917 splt->contents + h->plt.offset + 4);
1919 splt->contents + h->plt.offset + 8);
1921 splt->contents + h->plt.offset + 12);
1924 splt->contents + h->plt.offset + 16);
1929 splt->contents + h->plt.offset);
1932 splt->contents + h->plt.offset + 4);
1934 splt->contents + h->plt.offset + 8);
1936 splt->contents + h->plt.offset + 12);
1938 splt->contents + h->plt.offset + 16);
1943 (splt->output_section->vma
1944 + splt->output_offset), /* Same offset. */
2228 asection *s = htab->splt;
2544 if (s == htab->splt
2610 if (htab->splt->size != 0)
2662 htab->splt = bfd_get_section_by_name (dynobj, ".plt");
2668 if (!htab->splt || !htab->srelplt || !htab->sdynbss