Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

729   asection *splt;
1156 if (htab->splt != NULL && h != NULL
1159 relocation = (htab->splt->output_section->vma
1160 + htab->splt->output_offset
2558 htab->splt = bfd_get_linker_section (dynobj, ".plt");
2564 if (!htab->splt || !htab->srelplt || !htab->sdynbss
2795 asection *s = htab->splt;
3079 if (htab->splt->size > 0)
3080 htab->splt->size += 4;
3120 else if (s != htab->splt && s != htab->sgot && s != htab->sgotplt)
3164 if (htab->splt->size != 0)
3202 asection *splt;
3215 splt = htab->splt;
3218 BFD_ASSERT (splt != NULL && srela != NULL && sgotplt != NULL);
3230 splt->contents + h->plt.offset);
3233 splt->contents + h->plt.offset + 4);
3236 splt->contents + h->plt.offset + 4);
3238 splt->contents + h->plt.offset + 8);
3240 splt->contents + h->plt.offset + 12);
3244 splt->output_section->vma + splt->output_offset + h->plt.offset + 4,
3368 asection *splt;
3371 splt = bfd_get_linker_section (dynobj, ".plt");
3372 BFD_ASSERT (splt != NULL && sdyn != NULL);
3414 if (splt->size > 0)
3416 memset (splt->contents, 0, PLT_ENTRY_SIZE);
3418 splt->contents + splt->size - 4);
3421 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 4;